13
edits
| (2 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
:root { | :root { | ||
--header: # | --header: #111111; | ||
--secondary-header: #fca349; | --secondary-header: #fca349; | ||
--label-color: #ffd28f; | --label-color: #ffd28f; | ||
--line-color: # | --line-color: #03611c; | ||
--dark-mode-background: #3e3e3e; | --dark-mode-background: #3e3e3e; | ||
--dark-mode-secondary-background: darkgrey; | --dark-mode-secondary-background: darkgrey; | ||
| Line 32: | Line 31: | ||
.mainpage-buttons ul li { | .mainpage-buttons ul li { | ||
background: # | background: #233323; | ||
box-shadow: 2px 2px var(--line-color); | box-shadow: 2px 2px var(--line-color); | ||
} | } | ||