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/gruvbox.css Normal file
View file

@ -0,0 +1,26 @@
:root {
--main-bg: #262622;
--main-fg: #f2efd3;
--result-link-fg: #8AB4F8;
--result-fg: #a2a08e;
--button-bg: #1b1b18;
--special-result-border: rgba(0,0,0,.2);
--special-text-background: #1b1b18;
--special-text-color: #f2efd3;
--search-container-text-color: #f2efd3;
--search-container-background-color: #262622;
--search-container-background-border: #3C4043;
--search-form-background-color: #151613;
--border: rgba(0,0,0,.2);
--footer-fg: #a2a08e;
--footer-bg: #151613;
color-scheme: dark;
}