fix: add dark mode for search result classes
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
77f939016f
commit
bdc3dae4f5
1 changed files with 11 additions and 0 deletions
|
|
@ -949,6 +949,8 @@ footer a:hover {
|
||||||
.dark a {
|
.dark a {
|
||||||
color: #14b8a6 !important;
|
color: #14b8a6 !important;
|
||||||
}
|
}
|
||||||
|
.dark .result,
|
||||||
|
.dark .result:hover,
|
||||||
.dark .result-item,
|
.dark .result-item,
|
||||||
.dark .result-item:hover {
|
.dark .result-item:hover {
|
||||||
background: #1a1a1a !important;
|
background: #1a1a1a !important;
|
||||||
|
|
@ -958,3 +960,12 @@ footer a:hover {
|
||||||
background: #0f0f0f !important;
|
background: #0f0f0f !important;
|
||||||
color: #9aa0a6 !important;
|
color: #9aa0a6 !important;
|
||||||
}
|
}
|
||||||
|
.dark .results-container,
|
||||||
|
.dark .results-content,
|
||||||
|
.dark .results-header {
|
||||||
|
background: #0f0f0f !important;
|
||||||
|
}
|
||||||
|
.dark .search-box {
|
||||||
|
background: #1a1a1a !important;
|
||||||
|
border-color: #2e2e2e !important;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue