refacor(css): reduce dependency of theme=dark

This commit is contained in:
Edouard Vanbelle
2026-04-09 23:32:48 +02:00
parent 56a067ee96
commit 49c3406e4b
2 changed files with 2 additions and 40 deletions
-38
View File
@@ -78,16 +78,6 @@
--color-sidebar-bg-to: #0c1322;
}
/* Dark theme for mobile sidebar toggle */
[data-theme="dark"] .sidebar-toggle {
color: #cbd5e1;
}
[data-theme="dark"] .sidebar-toggle:hover {
background-color: #334155;
color: #ff5e3a;
}
/* ------------ */
[data-theme="dark"] ::-webkit-scrollbar-thumb {
@@ -117,34 +107,6 @@
background-color: #1e293b;
}
[data-theme="dark"] .search-container input {
background-color: #1e293b;
border-color: #334155;
color: #e2e8f0;
}
[data-theme="dark"] .search-container input:hover {
background-color: #1e293b;
border-color: #475569;
}
[data-theme="dark"] .search-container input:focus {
background-color: #1e293b;
border-color: #ff5e3a;
}
[data-theme="dark"] .search-container input::placeholder {
color: #64748b;
}
[data-theme="dark"] .search-icon {
color: #64748b;
}
[data-theme="dark"] .page-title {
color: #f1f5f9;
}
[data-theme="dark"] .breadcrumb {
color: #94a3b8;
}