Skip to content

Commit 9675370

Browse files
committed
dark-mode: drop the text shadow in search results
In dark mode, those shadows simply do not look good. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 633c6f8 commit 9675370

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/sass/dark-mode.css

+4
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@
129129
background: var(--main-bg);
130130
}
131131

132+
#search-results table td.matches :is(a:hover, a.highlight) {
133+
text-shadow:unset;
134+
}
135+
132136
#reference-version {
133137
background-color: #6f6e6954;
134138
}

0 commit comments

Comments
 (0)