12 lines
No EOL
261 B
CSS
12 lines
No EOL
261 B
CSS
@media (prefers-color-scheme: dark) {
|
|
:root {
|
|
--pagefind-ui-primary: #aaa;
|
|
--pagefind-ui-text: #aaa;
|
|
--pagefind-ui-background: #393939;
|
|
--pagefind-ui-border: #393939;
|
|
--pagefind-ui-tag: #393939;
|
|
}
|
|
.pagefind-ui mark {
|
|
background-color: #336699;
|
|
}
|
|
} |