Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 38307cc

Browse files
committed
Increase contrast of current selected item
1 parent 81c6da9 commit 38307cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sphinx_search/static/css/rtd_sphinx_search.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
}
157157

158158
.search__result__box .active {
159-
background-color: rgb(245, 245, 245);
159+
background-color: #eee;
160160
}
161161

162162
.search__error__box {
@@ -238,7 +238,7 @@
238238
}
239239

240240
.outer_div_page_results:hover {
241-
background-color: rgb(245, 245, 245);
241+
background-color: #eee;
242242
}
243243

244244
.br-for-hits {

sphinx_search/static/css/rtd_sphinx_search.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)