shity dark mode i made in like 5 minutes
neocafe dark mode by TheAwesomeJoel
Details
AuthorTheAwesomeJoel
LicenseNo License
Categoryneocafe.org
Created
Updated
Size493 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}