mirror of
https://git.bakhai.co.in/FbIN/LibreY.git
synced 2025-11-05 04:21:31 +05:30
26 lines
522 B
CSS
26 lines
522 B
CSS
:root {
|
|
--main-bg: #1e1e2e;
|
|
--main-fg: #cdd6f4;
|
|
|
|
--result-link-fg: #89b4fa;
|
|
--result-fg: #b4b3fe;
|
|
|
|
--button-bg: #313244;
|
|
|
|
--special-result-border: opacity 50;
|
|
--special-text-background: #45475a;
|
|
--special-text-color: #cdd6f4;
|
|
|
|
--search-container-text-color: #cdd6f4;
|
|
--search-container-background-color: #313244;
|
|
--search-container-background-border: #b4b3fe;
|
|
|
|
--search-form-background-color: #181825;
|
|
|
|
--border: #b4b3fe;
|
|
|
|
--footer-fg: #a6adc8;
|
|
--footer-bg: #313244;
|
|
|
|
color-scheme: dark;
|
|
}
|