added mintea assets
This commit is contained in:
13
assets/res/martian.css
Normal file
13
assets/res/martian.css
Normal file
@@ -0,0 +1,13 @@
|
||||
/* martian theme */
|
||||
:root {
|
||||
--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%);
|
||||
--outline: hsl(0, 23%, 20%);
|
||||
--shine: #FFFFFF10;
|
||||
--accent: hsl(0, 80%, 40%);
|
||||
--subtle-accent: hsla(0, 80%, 40%, 0.2);
|
||||
--shadow: 0 4px 32px #00000070;
|
||||
--icon-filter: saturate(0.89) brightness(0.72);
|
||||
}
|
||||
Reference in New Issue
Block a user