💄 change colorpalette of darkmode

Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
Sid 2024-08-23 10:33:04 +02:00
parent 2be581e547
commit 2e5b785932
Signed by: sidski
GPG key ID: D2BBDF3EDE6BA9A6
9 changed files with 48 additions and 40 deletions

View file

@ -13,7 +13,7 @@
background: none;
}
.sun { fill: transparent; }
.moon { fill: #9AD3BB; }
.moon { fill: #cdd6f4; }
:global(.dark) .sun { fill: #3B2C29; }