Global and reusable stylings

This commit is contained in:
Alicia Sykes
2024-06-03 23:39:10 +01:00
parent 50cc152491
commit f9e6878cea
3 changed files with 144 additions and 34 deletions

View File

@@ -1,14 +1,16 @@
:root {
--primary: #9fef00;
--primary: #d6fb41;
--primary-lighter: #cff97a;
--text-color: #ffffff;
--text-color-secondary: #a4b1cd;
--background: #141d2b;
--text-color-secondary: #ffffffb6;
--text-color-thirdly: #ffffff5b;
--background: #111211;
--background-darker: #111927;
--background-lighter: #1a2332;
--background-50: #11121180;
--bg-shadow-color: #0f1620;
--fg-shadow-color: #456602;
--primary-transparent: #9fef0030;
--primary-transparent: #d6fb4130;
// Action Colors
--info: #04e4f4;