2022-03-09 09:18:24 -03:00
|
|
|
:root {
|
2022-09-03 20:33:51 -04:00
|
|
|
--main-bg: #f2f4f7;
|
2022-03-09 09:18:24 -03:00
|
|
|
--main-fg: #202124;
|
|
|
|
|
|
|
|
--result-link-fg: #1a0dab;
|
|
|
|
--result-fg: #70757a;
|
|
|
|
|
2022-09-03 20:33:51 -04:00
|
|
|
--button-bg: #fff;
|
2022-03-09 09:18:24 -03:00
|
|
|
|
2022-09-03 20:33:51 -04:00
|
|
|
--special-result-border: opacity: 0;
|
|
|
|
--special-text-background: #fff;
|
|
|
|
--special-text-color: #202124;
|
2022-03-09 09:18:24 -03:00
|
|
|
|
2022-09-03 20:33:51 -04:00
|
|
|
--search-container-text-color: #202124;
|
|
|
|
--search-container-background-color: #fff;
|
|
|
|
--search-container-background-border: #dadce0;
|
|
|
|
|
|
|
|
--search-form-background-color: #f9fafd;
|
|
|
|
|
|
|
|
--border: #dadce0;
|
|
|
|
|
|
|
|
--footer-fg: #202124;
|
2022-03-09 09:18:24 -03:00
|
|
|
--footer-bg: #f2f2f2;
|
2022-06-27 17:00:22 -04:00
|
|
|
}
|