Make top links black on hover, not white

This commit is contained in:
Marcus Weseloh 2020-11-14 17:10:06 +01:00
parent 961579774d
commit a279b2b397

View file

@ -102,6 +102,10 @@ span.permalink a {
}
}
.sm-dox a:hover {
color: black !important;
}
#nav-tree,
div.header,
.ui-resizable-e,