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; } * {