11 lines
208 B
CSS
11 lines
208 B
CSS
body {
|
|
--mainBackgroundColor: #111111;
|
|
--mainForegroundColor: #fff;
|
|
|
|
--submenuColor: rgb(32, 32, 32);
|
|
|
|
--inputForegroundColor: #fff;
|
|
--inputBackgroundColor: gray;
|
|
--inputPlaceholderColor: #fff;
|
|
}
|