14 lines
235 B
CSS
14 lines
235 B
CSS
:root {
|
|
--main-bg: #1c1c1c;
|
|
--main-fg: #e8eaed;
|
|
|
|
--result-link-fg: #8ab4f8;
|
|
--result-fg: #999da2;
|
|
|
|
--button-bg: #303134;
|
|
|
|
--special-result-border: #bdc1c6;
|
|
|
|
--footer-fg: #999da2;
|
|
--footer-bg: #161616;
|
|
}
|