2022-03-09 09:18:24 -03:00
|
|
|
:root {
|
2022-08-13 02:47:02 -04:00
|
|
|
--main-bg: #1c1c1c;
|
2022-03-09 09:18:24 -03:00
|
|
|
--main-fg: #e8eaed;
|
|
|
|
|
|
|
|
--result-link-fg: #8ab4f8;
|
|
|
|
--result-fg: #999da2;
|
|
|
|
|
2022-08-13 05:04:14 -04:00
|
|
|
--button-bg: #333333;
|
2022-03-09 09:18:24 -03:00
|
|
|
|
2022-08-14 22:27:12 -04:00
|
|
|
--special-result-border: opacity: 0;
|
2022-08-13 04:47:27 -04:00
|
|
|
--special-text-background: #282828;
|
|
|
|
--special-text-color: #cccccc;
|
2022-08-13 07:19:15 -04:00
|
|
|
|
|
|
|
--search-container-text-color: #e8eaed;
|
2022-08-13 04:47:27 -04:00
|
|
|
--search-container-background-color: #333333;
|
2022-08-13 07:19:15 -04:00
|
|
|
|
|
|
|
--search-form-background-color: #161616;
|
2022-03-09 09:18:24 -03:00
|
|
|
|
|
|
|
--footer-fg: #999da2;
|
2022-08-13 02:47:02 -04:00
|
|
|
--footer-bg: #161616;
|
2022-08-13 07:34:10 -04:00
|
|
|
}
|