2022-03-09 13:18:24 +01:00
|
|
|
:root {
|
2022-09-25 03:19:45 -04:00
|
|
|
--main-bg: #ffffff;
|
|
|
|
--main-fg: #000000;
|
2022-03-09 13:18:24 +01:00
|
|
|
|
|
|
|
--result-link-fg: #1a0dab;
|
2022-09-25 03:19:45 -04:00
|
|
|
--result-fg: #202124;
|
2022-03-09 13:18:24 +01:00
|
|
|
|
2022-09-25 03:19:45 -04:00
|
|
|
--button-bg: #f6f6f6;
|
2022-03-09 13:18:24 +01:00
|
|
|
|
2022-09-25 03:19:45 -04:00
|
|
|
--special-result-border: #dadce0;
|
|
|
|
--special-text-background: #ffffff;
|
|
|
|
--special-text-color: #000000;
|
2022-03-09 13:18:24 +01:00
|
|
|
|
2022-09-25 03:19:45 -04:00
|
|
|
--search-container-text-color: #000000;
|
|
|
|
--search-container-background-color: #f6f6f6;
|
2022-09-03 20:33:51 -04:00
|
|
|
--search-container-background-border: #dadce0;
|
|
|
|
|
2022-09-25 03:19:45 -04:00
|
|
|
--search-form-background-color: #ffffff;
|
|
|
|
|
2022-09-03 20:33:51 -04:00
|
|
|
--border: #dadce0;
|
|
|
|
|
2022-09-25 03:19:45 -04:00
|
|
|
--footer-fg: #353535;
|
|
|
|
--footer-bg: #f6f6f6;
|
2022-06-27 23:00:22 +02:00
|
|
|
}
|