Global and reusable stylings
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user