Skip to content

neocafe dark mode by TheAwesomeJoel

Screenshot of neocafe dark mode

Details

AuthorTheAwesomeJoel

LicenseNo License

Categoryneocafe.org

Created

Updated

Size493 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

shity dark mode i made in like 5 minutes

Notes

Update: semi-fixed settings panel on /coffeehouse/ (titlebar is still fucked)
update 2: fixed some random page

Source code

/* ==UserStyle==
@name           neocafe dark mode
@namespace      github.com/openstyles/stylus
@version        1.0.2
@description    shity dark mode i made in like 5 minutes
@author         TheAwesomeJoel
==/UserStyle== */

@-moz-document domain("neocafe.org") {
    body, a, #newsbody, td, .postblock, .boardlist, #wintop, div[class="post op"] {
        background-color: #0f0f0f!important;
        color: #ffffff!important;
    }
    body {
        background: none;
    }
}

Reviews

No reviews yet.