feat: Light/dark modes
All checks were successful
Build and Push App Image / build-and-push (push) Successful in 1m48s
All checks were successful
Build and Push App Image / build-and-push (push) Successful in 1m48s
This commit is contained in:
@@ -151,4 +151,34 @@ const goToPage = (page) => {
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
||||
/* Dark mode overrides */
|
||||
:root[data-bs-theme="dark"] .search-results-header h2 {
|
||||
color: #e2e8f0;
|
||||
}
|
||||
|
||||
:root[data-bs-theme="dark"] .search-meta {
|
||||
color: #94a3b8;
|
||||
}
|
||||
|
||||
:root[data-bs-theme="dark"] .page-indicator {
|
||||
color: #94a3b8;
|
||||
}
|
||||
|
||||
:root[data-bs-theme="dark"] .empty-state {
|
||||
border-color: #3a3f4b;
|
||||
background: radial-gradient(circle at 20% 20%, #1a2035 0%, #1e2430 70%);
|
||||
}
|
||||
|
||||
:root[data-bs-theme="dark"] .empty-state h3 {
|
||||
color: #e2e8f0;
|
||||
}
|
||||
|
||||
:root[data-bs-theme="dark"] .empty-state p {
|
||||
color: #94a3b8;
|
||||
}
|
||||
|
||||
:root[data-bs-theme="dark"] .empty-state-icon {
|
||||
color: #4a6fa5;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user