Skip to content

Commit 40ea7b9

Browse files
heittprthe-maldridge
authored andcommitted
Override colors for search results in dark theme
1 parent e1eecd6 commit 40ea7b9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

assets/css/misc.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,4 +338,16 @@ h1[id], h2[id], h3[id], h4[id], h5[id], h6[id] {
338338
#davoid .fg.standard-mode {
339339
content: url(/assets/img/void_fg_dark.png);
340340
}
341+
.void-search-results tr td {
342+
color:#ccc;
343+
}
344+
.void-search-results tr:hover td {
345+
color:#62b086;
346+
}
347+
.void-search-results tr:nth-child(2) td {
348+
background:#295340 !important;
349+
}
350+
.void-search-results tr:nth-child(even) {
351+
background:#111;
352+
}
341353
}

0 commit comments

Comments
 (0)