Updated 40 files via CloudCannon
This commit is contained in:
parent
bca7cb5b65
commit
026e9582c9
36 changed files with 268 additions and 307 deletions
13
assets/css/colors-20201117.css
Normal file
13
assets/css/colors-20201117.css
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
:root {
|
||||
--bg: rgb(60, 42, 82);
|
||||
--bg-alt: rgba(60, 42, 82, 0.75);
|
||||
--fg: rgb(235, 219, 248);
|
||||
--fg-alt: rgba(235, 219, 248, 0.25);
|
||||
--border: rgb(0, 0, 0);
|
||||
--border-alt: rgba(0, 0, 0, 0.75);
|
||||
--accent1: rgb(56, 255, 89);
|
||||
--accent1-alt: rgba(56, 255, 89, 0.75);
|
||||
--accent2: rgb(233, 157, 254);
|
||||
--accent2-alt: rgba(233, 157, 254, 0.75);
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue