diff --git a/prototype/arctica.css b/prototype/arctica.css new file mode 100644 index 0000000..a88e9b4 --- /dev/null +++ b/prototype/arctica.css @@ -0,0 +1,13 @@ +/* martian theme */ +:root { + --glass: url("frost.webp"), #2b303c70; + --background: #2b303c; + --foreground: #d8dee9; + --subtle-foreground: #aeb7c6; + --outline: #3b4252; + --shine: #FFFFFF10; + --accent: #88c0d0; + --subtle-accent: #88c0d030; + --shadow: 0 4px 32px #00000040; + --icon-filter: hue-rotate(187deg) saturate(0.30) brightness(1.87); +} diff --git a/prototype/index.html b/prototype/index.html index 04a1c4f..0ebcdca 100644 --- a/prototype/index.html +++ b/prototype/index.html @@ -4,7 +4,7 @@ mintea - +