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

26
static/css/google.css Normal file
View file

@ -0,0 +1,26 @@
:root {
--main-bg: #202124;
--main-fg: #F1F3F4;
--result-link-fg: #8AB4F8;
--result-fg: #BABCBE;
--button-bg: #303134;
--special-result-border: #3c4043;
--special-text-background: #202124;
--special-text-color: #F1F3F4;
--search-container-text-color: #F1F3F4;
--search-container-background-color: #303134;
--search-container-background-border: #3C4043;
--search-form-background-color: #202124;
--border: #3c4043;
--footer-fg: #BABCBE;
--footer-bg: #171717;
color-scheme: dark;
}