5 lines
70 B
SCSS
5 lines
70 B
SCSS
|
:root {
|
||
|
--primary-color: #2449ff;
|
||
|
--primary-color-hover: #4d70ff;
|
||
|
}
|