mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-01 01:25:45 -04:00
Feat: Add background color change on hover to nav links
This commit is contained in:
parent
cf2d603e27
commit
4d6ea433e6
@ -211,6 +211,10 @@ export default {
|
||||
@import "../assets/vars.scss";
|
||||
|
||||
.nav-link {
|
||||
&:hover {
|
||||
background-color: rgba($primary, 0.2);
|
||||
}
|
||||
|
||||
&.status-page {
|
||||
background-color: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user