librex/static/css/light.css

25 lines
526 B
CSS
Raw Normal View History

2022-03-09 09:18:24 -03:00
:root {
2022-09-25 04:19:45 -03:00
--main-bg: #ffffff;
--main-fg: #000000;
2022-03-09 09:18:24 -03:00
--result-link-fg: #1a0dab;
2022-09-25 04:19:45 -03:00
--result-fg: #202124;
2022-03-09 09:18:24 -03:00
2022-09-25 04:19:45 -03:00
--button-bg: #f6f6f6;
2022-03-09 09:18:24 -03:00
2022-09-25 04:19:45 -03:00
--special-result-border: #dadce0;
--special-text-background: #ffffff;
--special-text-color: #000000;
2022-03-09 09:18:24 -03:00
2022-09-25 04:19:45 -03: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 04:19:45 -03:00
--search-form-background-color: #ffffff;
2022-09-03 20:33:51 -04:00
--border: #dadce0;
2022-09-25 04:19:45 -03:00
--footer-fg: #353535;
--footer-bg: #f6f6f6;
}