Updated 40 files via CloudCannon

This commit is contained in:
CloudCannon 2020-12-30 23:44:01 +00:00
parent 94c002eee2
commit ea731b6be9
36 changed files with 120 additions and 120 deletions

View 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.5);
--accent1: rgb(56, 255, 89);
--accent1-alt: rgba(56, 255, 89, 0.75);
--accent2: rgba(255, 145, 0, 1);
--accent2-alt: rgba(255, 145, 0, 0.75);
}