7 lines
77 B
CSS
7 lines
77 B
CSS
:root {
|
|
/* Base theme knobs */
|
|
--bg-h: 0;
|
|
--bg-s: 0%;
|
|
--bg-l: 12%;
|
|
}
|