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

@ -0,0 +1,26 @@
:root {
--main-bg: #3B4252;
--main-fg: #E5E9F0;
--result-link-fg: #88C0D0;
--result-fg: #D8DEE9;
--button-bg: #4C566A;
--special-result-border: opacity 0;
--special-text-background: #4C566A;
--special-text-color: #E5E9F0;
--search-container-text-color: #E5E9F0;
--search-container-background-color: #2E3440;
--search-container-background-border: opacity 0;
--search-form-background-color: #4C566A;
--border: opacity 0;
--footer-fg: #D8DEE9;
--footer-bg: #2E3440;
color-scheme: dark;
}