mirror of
https://git.bakhai.co.in/FbIN/LibreY.git
synced 2025-11-04 20:11:32 +05:30
24 lines
499 B
CSS
24 lines
499 B
CSS
:root {
|
|
--main-bg: #eff1f5;
|
|
--main-fg: #4c4f69;
|
|
|
|
--result-link-fg: #1e66f5;
|
|
--result-fg: #7287fd;
|
|
|
|
--button-bg: #ccd0da;
|
|
|
|
--special-result-border: opacity 50;
|
|
--special-text-background: #bcc0cc;
|
|
--special-text-color: #4c4f69;
|
|
|
|
--search-container-text-color: #4c4f69;
|
|
--search-container-background-color: #ccd0da;
|
|
--search-container-background-border: #7287fd;
|
|
|
|
--search-form-background-color: #e6e9ef;
|
|
|
|
--border: #7287fd;
|
|
|
|
--footer-fg: #6c6f85;
|
|
--footer-bg: #ccd0da;
|
|
}
|