10 lines
165 B
SCSS
10 lines
165 B
SCSS
|
:root {
|
||
|
--text-0: rgba(0, 0, 0, 87%);
|
||
|
--text-1: rgba(0, 0, 0, 66%);
|
||
|
|
||
|
--bg-0: #fff;
|
||
|
--bg-1: #f2f2f2;
|
||
|
|
||
|
--primary-color: lightcoral;
|
||
|
--hover-color: white;
|
||
|
}
|