Frost
This commit is contained in:
parent
890ffba363
commit
7102e4fc0d
BIN
prototype/frost.webp
Normal file
BIN
prototype/frost.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
@ -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%);
|
||||
|
Loading…
Reference in New Issue
Block a user