Added mint-dark theme
This commit is contained in:
parent
0b39634c22
commit
dc64be28b0
Binary file not shown.
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
13
prototype/mint-dark.css
Normal file
13
prototype/mint-dark.css
Normal 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);
|
||||||
|
}
|
@ -53,7 +53,7 @@ h3 {
|
|||||||
#stickyWrap {
|
#stickyWrap {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
transition: 0.2s box-shadow;
|
transition: 0.2s box-shadow, 0.2s background;
|
||||||
z-index: 255;
|
z-index: 255;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user