From d5959e1aafafa8b3045b8e9751d493ee81d89939 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Sat, 8 Oct 2022 20:58:40 -0400 Subject: [PATCH] Tebification --- prototype/style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/prototype/style.css b/prototype/style.css index 61a4636..fbd1ae0 100644 --- a/prototype/style.css +++ b/prototype/style.css @@ -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; } * {