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