Self-Host

To Self-host @ https://link.flossboxin.org.in
This commit is contained in:
vdbhb59 2025-02-21 21:50:36 +05:30
commit c9898cf261
95 changed files with 5217 additions and 0 deletions

24
static/css/light.css Normal file
View file

@ -0,0 +1,24 @@
:root {
--main-bg: #ffffff;
--main-fg: #000000;
--result-link-fg: #1a0dab;
--result-fg: #202124;
--button-bg: #f6f6f6;
--special-result-border: #dadce0;
--special-text-background: #ffffff;
--special-text-color: #000000;
--search-container-text-color: #000000;
--search-container-background-color: #f6f6f6;
--search-container-background-border: #dadce0;
--search-form-background-color: #ffffff;
--border: #dadce0;
--footer-fg: #353535;
--footer-bg: #f6f6f6;
}