mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 14:54:05 +00:00
Feat: Change hover colors to shades of gray
This commit is contained in:
parent
4d6ea433e6
commit
94154c49aa
1 changed files with 5 additions and 1 deletions
|
@ -212,7 +212,11 @@ export default {
|
|||
|
||||
.nav-link {
|
||||
&:hover {
|
||||
background-color: rgba($primary, 0.2);
|
||||
background-color: rgba(0, 0, 0, 0.05);
|
||||
|
||||
.dark & {
|
||||
background-color: rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
}
|
||||
|
||||
&.status-page {
|
||||
|
|
Loading…
Reference in a new issue