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

@ -0,0 +1,26 @@
:root {
--main-bg: #171b25;
--main-fg: #e8eaed;
--result-link-fg: #a7b1fc;
--result-fg: #ebecf7;
--button-bg: #0c0d0f;
--special-result-border: #3a445c;
--special-text-background: #1e222d;
--special-text-color: #e8eaed;
--search-container-text-color: #ebecf7;
--search-container-background-color: #2e3443;
--search-container-background-border: #2e3443;
--search-form-background-color: #0c0d0f;
--border: #0c0d0f;
--footer-fg: #999da2;
--footer-bg: #0c0d0f;
color-scheme: dark;
}