librex/static/css/amoled.css

27 lines
551 B
CSS
Raw Normal View History

2022-09-03 20:33:51 -04:00
:root {
--main-bg: #000000;
--main-fg: #F1F3F4;
--result-link-fg: #8AB4F8;
--result-fg: #BABCBE;
--button-bg: #141414;
2022-09-14 19:37:20 -03:00
--special-result-border: #202124;
2022-09-03 20:33:51 -04:00
--special-text-background: #080808;
--special-text-color: #F1F3F4;
--search-container-text-color: #F1F3F4;
2022-09-14 19:37:20 -03:00
--search-container-background-color: #303134;
--search-container-background-border: #3C4043;
2022-09-03 20:33:51 -04:00
--search-form-background-color: #080808;
--border: #202124;
--footer-fg: #BABCBE;
--footer-bg: #080808;
2022-09-14 19:37:20 -03:00
color-scheme: dark;
2022-09-03 20:33:51 -04:00
}