fix: expand dark mode CSS coverage for all page elements
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
29cda763eb
commit
77f939016f
1 changed files with 27 additions and 5 deletions
|
|
@ -913,7 +913,8 @@ footer a:hover {
|
|||
}
|
||||
|
||||
/* Dark mode class-based fallback */
|
||||
.dark {
|
||||
.dark,
|
||||
.dark body {
|
||||
background: #0f0f0f !important;
|
||||
color: #e8eaed !important;
|
||||
}
|
||||
|
|
@ -921,18 +922,39 @@ footer a:hover {
|
|||
background: #1a1a1a !important;
|
||||
border-color: #2e2e2e !important;
|
||||
}
|
||||
.dark .search-box,
|
||||
.dark .site-header a,
|
||||
.dark .site-header .site-name {
|
||||
color: #e8eaed !important;
|
||||
}
|
||||
.dark input[type="text"],
|
||||
.dark input[type="search"] {
|
||||
.dark input[type="search"],
|
||||
.dark textarea {
|
||||
background: #1a1a1a !important;
|
||||
border-color: #2e2e2e !important;
|
||||
color: #e8eaed !important;
|
||||
}
|
||||
.dark .search-btn,
|
||||
.dark button {
|
||||
background: #14b8a6 !important;
|
||||
color: #0f0f0f !important;
|
||||
}
|
||||
.dark .pref-section,
|
||||
.dark .pref-row,
|
||||
.dark .engine-toggle,
|
||||
.dark select {
|
||||
background: #1a1a1a !important;
|
||||
border-color: #2e2e2e !important;
|
||||
color: #e8eaed !important;
|
||||
}
|
||||
.dark a {
|
||||
color: #14b8a6 !important;
|
||||
}
|
||||
.dark .result-item,
|
||||
.dark .result-item:hover {
|
||||
background: #1a1a1a !important;
|
||||
border-color: #2e2e2e !important;
|
||||
}
|
||||
.dark a {
|
||||
color: #14b8a6 !important;
|
||||
.dark footer {
|
||||
background: #0f0f0f !important;
|
||||
color: #9aa0a6 !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue