Added mint-dark theme

This commit is contained in:
Sasha Koshka 2022-10-09 00:26:54 -04:00
parent 0b39634c22
commit dc64be28b0
3 changed files with 14 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

13
prototype/mint-dark.css Normal file
View File

@ -0,0 +1,13 @@
/* 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);
}

View File

@ -53,7 +53,7 @@ h3 {
#stickyWrap {
position: sticky;
top: 0;
transition: 0.2s box-shadow;
transition: 0.2s box-shadow, 0.2s background;
z-index: 255;
}