feat: add custom CSS variables for primary colors
This commit is contained in:
parent
8ba727b367
commit
cf6bb1abff
@ -1 +1,7 @@
|
|||||||
/* You can add global styles to this file, and also import other style files */
|
/* You can add global styles to this file, and also import other style files */
|
||||||
|
|
||||||
|
:root {
|
||||||
|
--primary-background-color: rgba(51, 217, 178, 1.0);
|
||||||
|
--primary-background-color-hover: rgba(33, 140, 116, 1.0);
|
||||||
|
--primary-text-color: rgba(255, 255, 255, 1.0);
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user