Skip to content

Neocities Simple Dark Mode by Florisrietman

Screenshot of Neocities Simple Dark Mode

Details

AuthorFlorisrietman

LicenseNo License

Categoryneocities.org

Created

Updated

Code size1.0 kB

Code checksum2d18d1af

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark Mode for Neocities

Notes

Dark Mode i made for Neocities, bc i couldn't find any except a really crap one

Source code

/* ==UserStyle==
@name           Neocities Simple Dark Mode
@namespace      https://fr1234.neocities.org/neocitiesdark
@version        1.0.0
@description    Dark Mode for Neocities
@author         FR1234
==/UserStyle== */
@-moz-document domain("neocities.org") {
    .page,
    .content-Base,
    .content.misc-page,
    .misc-page.footer-Content {
        background: #171717;
        color: #ccc;
    }
    .files,
    .content.misc-page.columns .col-66,
    .misc-page.columns.footer-Content .col-66 .content.single-Col.misc-page,
    .single-Col.misc-page.footer-Content article {
        background: #23272A;
    }
    .news-item,
    .file,
    .files,
    .user {
        color: white !important;
        background: #23272A !important;
    }
    .footer-Outro {
        background: #5e95a1;
        color: white;
    }
    .footer-Outro a {
        color: white;
    }
    .files .list .upload-Boundary {
        border: 0px;
    }
    .news-item .user {
        color: white !important;
    }
}

Reviews

No reviews yet.