global color and better message style
This commit is contained in:
12
front/src/assets/css/main.css
Normal file
12
front/src/assets/css/main.css
Normal file
@@ -0,0 +1,12 @@
|
||||
:root {
|
||||
--primary-text: #ffffff;
|
||||
--secondary-text: #a9b2bc;
|
||||
/* 9fa9ba */
|
||||
--primary-background: #1d1d23;
|
||||
--secondary-background: #24242b;
|
||||
/* 1d1d23 */
|
||||
--tertiary-background: #2a2a33;
|
||||
--quaternary-background: #303a46;
|
||||
--selected: #41474f;
|
||||
}
|
||||
/* .badge-primary { */
|
||||
Reference in New Issue
Block a user