8 lines
164 B
CSS
8 lines
164 B
CSS
body {
|
|
--mainBackgroundColor: #111111;
|
|
--mainForegroundColor: #fff;
|
|
--submenuColor: rgb(32, 32, 32);
|
|
--inputColor: gray;
|
|
--inputPlaceholderColor: #fff;
|
|
}
|