Commit: Colour.

This commit is contained in:
clive
2024-12-07 22:53:19 +11:00
parent e0d938acfd
commit a2944786ee
2 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@
z-index: -1;
}
@media (prefers-color-scheme: dark) {
@media (prefers-color-scheme: light) {
: root {
--current-background: var(--dark-background);
--current-foreground: var(--dark-foregeound);
@@ -46,7 +46,7 @@ html {
font-size: 14px;
}
.bg-navy {
.bg-white {
background-color: #ffffff;
}