7 lines
119 B
CSS
7 lines
119 B
CSS
@import '../style.css';
|
|
|
|
:root {
|
|
--accent: lightgrey;
|
|
--background: color-mod(var(--accent) blend(#1D1E28 98%));
|
|
}
|