mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-27 05:51:55 +00:00
fix sidebar hover color
This commit is contained in:
parent
0fbaa39229
commit
db69b33b6a
1 changed files with 3 additions and 2 deletions
5
user.css
5
user.css
|
|
@ -1178,8 +1178,9 @@ span.main-userWidget-displayName,
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-navBar-navBar a:hover, .main-navBar-navBar a:hover span {
|
.main-navBar-navBar a:hover,
|
||||||
color: unset !important;
|
.main-navBar-navBar a:hover span {
|
||||||
|
color: var(--spice-sidebar-text) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.GlueDropTarget.personal-library {
|
div.GlueDropTarget.personal-library {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue