mintea/prototype/res/mint-dark.css

14 lines
410 B
CSS

/* mint theme */
:root {
--glass: url("frost.webp"), #33333377;
--background: #111;
--foreground: #CCC;
--subtle-foreground: #777;
--outline: #FFFFFF15;
--shine: #FFFFFF18;
--accent: #209D6E;
--subtle-accent: #209D6E30;
--shadow: 0 4px 32px #03281A12;
--icon-filter: hue-rotate(157deg) saturate(0.80) brightness(1.3);
}