7 lines
169 B
Plaintext
7 lines
169 B
Plaintext
:root {
|
|
--background-image: url('/assets/images/img.png');
|
|
--color: black;
|
|
--highlightscolor: rgba(0, 0, 0, 0.75);
|
|
--background-color: rgba(228, 232, 237, 1);
|
|
}
|