dark mode for this site.
questionablecontent - dark by Jartholdy
Details
AuthorJartholdy
LicenseNONE
Categoryhttps://questionablecontent.net/
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name questionablecontent - dark
@namespace USO Archive
@author Johny Bartholdy Jensen (Jonner)
@description dark mode for this site.
@version 20240411.11.56
@license NONE
@preprocessor uso
==/UserStyle== */
@-moz-document url-prefix("https://questionablecontent.net/") {
/* remove */
img[src="http://www.questionablecontent.net/images/logo16.png"],
a[href="http://www.questionablecontent.net/privacy.php"],
a[href="http://www.questionablecontent.net/images/dord.png"],
.top-bar-right, #newspost, .small-2, center, iframe, p, br {display:none!important}
/* color */
body, #container {background-color:#252525;color:#fff !important}
body * {color:#fff !important}
.top-bar ul {background-color: #353535}
/* replace */
a[href="http://www.questionablecontent.net"]::before {content: "Home";padding-right: 15px}
/* center */
ul[role="menubar"], #comicnav.menu {justify-content: center;height:54px}
#container.row.align-center.column {width: fit-content}
}