This commit is contained in:
Sasha Koshka 2022-10-08 21:12:23 -04:00
parent 890ffba363
commit 7102e4fc0d
2 changed files with 2 additions and 2 deletions

BIN
prototype/frost.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -1,6 +1,6 @@
/* mint theme
:root {
--glass: #EEEEEE77;
--glass: url("frost.webp"), #EEEEEE77;
--background: #EEE;
--foreground: #333;
--subtle-foreground: #888;
@ -12,7 +12,7 @@
/* martian theme */
:root {
--glass: hsla(0, 20%, 7%, 0.5);
--glass: url("frost.webp"), hsla(0, 20%, 7%, 0.5);
--background: hsl(0, 20%, 7%);
--foreground: hsl(0, 25%, 90%);
--subtle-foreground: hsl(0, 35%, 55%);