Removed SCSS variables, and replaced with CSS --vars
This commit is contained in:
17
src/styles/color-palette.scss
Normal file
17
src/styles/color-palette.scss
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
:root {
|
||||
/* Basic*/
|
||||
--background: #0b1021;
|
||||
--background-darker: #05070e;
|
||||
--primary: #5cabca;
|
||||
|
||||
/* Modified Colors */
|
||||
--primary-transparent: #5cabcab3;
|
||||
--background-transparent: #0b1021cc;
|
||||
|
||||
/* Semi-Transparent Black*/
|
||||
--transparent-70: #000000b3;
|
||||
--transparent-50: #00000080;
|
||||
--transparent-30: #0000004d;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user