2022-08-08 04:31:56 +00:00
|
|
|
:root {
|
|
|
|
--text-0: rgba(255, 255, 255, 87%);
|
|
|
|
--text-1: rgba(255, 255, 255, 60%);
|
|
|
|
|
|
|
|
--bg-0: #121212;
|
2022-08-10 20:15:30 +00:00
|
|
|
--bg-1: rgba(255, 255, 255, 15%);
|
2022-08-08 04:31:56 +00:00
|
|
|
|
|
|
|
--primary-color: lightcoral;
|
|
|
|
--hover-color: white;
|
|
|
|
}
|