librex/static/css/github_night.css

27 lines
557 B
CSS
Raw Normal View History

2022-09-03 20:33:51 -04:00
:root {
--main-bg: #0d1117;
--main-fg: #f0f6fc;
--result-link-fg: #58a6ff;
--result-fg: #8b949e;
--button-bg: #1f242b;
2022-11-07 03:04:59 -03:00
--special-result-border: opacity 0;
2022-09-03 20:33:51 -04:00
--special-text-background: #161b22;
--special-text-color: #f0f6fc;
--search-container-text-color: #f0f6fc;
--search-container-background-color: #1f242b;
--search-container-background-border: #303842;
--search-form-background-color: #161b22;
--border: #303842;
--footer-fg: #8b949e;
--footer-bg: #161b22;
2022-09-14 19:37:20 -03:00
color-scheme: dark;
2022-09-03 20:33:51 -04:00
}