2022-08-08 04:31:56 +00:00
|
|
|
:root {
|
|
|
|
--text-0: rgba(0, 0, 0, 87%);
|
|
|
|
--text-1: rgba(0, 0, 0, 66%);
|
|
|
|
|
|
|
|
--bg-0: #fff;
|
2022-08-14 17:05:50 +00:00
|
|
|
--bg-1: rgba(210, 210, 210, 0.55);
|
2022-08-08 04:31:56 +00:00
|
|
|
|
|
|
|
--primary-color: lightcoral;
|
|
|
|
--hover-color: white;
|
|
|
|
}
|