mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +00:00
Make top links black on hover, not white
This commit is contained in:
parent
961579774d
commit
a279b2b397
1 changed files with 4 additions and 0 deletions
|
@ -102,6 +102,10 @@ span.permalink a {
|
|||
}
|
||||
}
|
||||
|
||||
.sm-dox a:hover {
|
||||
color: black !important;
|
||||
}
|
||||
|
||||
#nav-tree,
|
||||
div.header,
|
||||
.ui-resizable-e,
|
||||
|
|
Loading…
Reference in a new issue