/fancy-index-dark

Custom theme for nginx's fancyindex with dark style

Primary LanguageCSS

in your location directive in nginx config add the following for fancy darkmode:

location / {
    fancyindex on;
    fancyindex_css_href "https://cdn.zneix.eu/fancy-index-dark/dark.css";
}