mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 14:54:05 +00:00
Feat: Add background color change on hover to nav links
This commit is contained in:
parent
cf2d603e27
commit
4d6ea433e6
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue