feat: Added a light version and an automatic (light/dark) version for each theme

This commit is contained in:
lynn pepin 2023-06-16 14:21:29 -04:00
parent 07b99b9758
commit c365a2373e
13 changed files with 228 additions and 5 deletions

View file

@ -0,0 +1,12 @@
:root {
--accent: rgb(24, 192, 128);
--accent-alpha-70: rgba(24, 192, 128,.7);
--accent-alpha-20: rgba(24, 192, 128,.2);
--background: white;
--color: #1D212C;
--border-color: rgba(0, 0, 0, .1);
div.logo {
color: white;
}
}