Fix variant background color on hover in search results

This commit is contained in:
Guillaume Gomez 2018-06-26 00:38:46 +02:00
parent b7c6e8f180
commit 4c6385d6af

View File

@ -108,7 +108,7 @@ pre {
.content .highlighted {
color: #eee !important;
background-color: #333;
background-color: #616161;
}
.content .highlighted a, .content .highlighted span { color: #eee !important; }
.content .highlighted.trait { background-color: #013191; }