5 lines
50 B
CSS
5 lines
50 B
CSS
|
|
:root {
|
||
|
|
--bg-color: #333;
|
||
|
|
--text-color: #fff;
|
||
|
|
}
|