mirror of
https://github.com/quatalog/site.git
synced 2024-12-27 23:46:48 +00:00
Respect dark theme (light theme not for now)
This commit is contained in:
parent
4e8d74499c
commit
aacf191d41
|
@ -1,3 +1,4 @@
|
|||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
--search-title-color: var(--quacs-yellow);
|
||||
--search-term-color: var(--quacs-midtone);
|
||||
|
@ -38,3 +39,4 @@
|
|||
--year-label-color: var(--quacs-midtone);
|
||||
--mid-summer-label-color: var(--quacs-white);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue