Tebification

This commit is contained in:
Sasha Koshka 2022-10-08 20:58:40 -04:00
parent e8451b8bed
commit d5959e1aaf

View File

@ -1,3 +1,4 @@
/* mint theme
:root {
--glass: #EEEEEE77;
--background: #EEE;
@ -7,6 +8,18 @@
--accent: #209D6E;
--subtle-accent: #209D6E30;
--shadow: 0 4px 32px #03281A12;
} */
/* martian theme */
:root {
--glass: hsla(0, 20%, 7%, 0.5);
--background: hsl(0, 20%, 7%);
--foreground: hsl(0, 25%, 90%);
--subtle-foreground: hsl(0, 35%, 55%);
--outline: #FFFFFF10;
--accent: hsl(0, 80%, 40%);
--subtle-accent: hsla(0, 80%, 40%, 0.2);
--shadow: 0 4px 32px #00000070;
}
* {