5 lines
106 B
CSS
5 lines
106 B
CSS
:root {
|
|
--background-color: rgba(0,0,0,1);
|
|
--primary-color: green;
|
|
--secondary-color: blue;
|
|
}
|