Skip to content

Defector Darkish by whynotsharks

Details

Authorwhynotsharks

LicenseNo License

Categorydefector.com

Created

Updated

Size1.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Spent 5 minutes to darken the site to save my retinas

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         defector.com
@version      20230713.20.02
@namespace    ?
==/UserStyle== */

@-moz-document domain("defector.com") {
/* page background */
html {
	background-color: #717171;
}

/* main content text */
[data-type="core/paragraph"], .defector__article-content p,
.lede-common__article-content p
{
	color: #ccc;
}

/* date */
.cpqwND {
	color: #aaa;
}

/* author link */
.iPXMKT {
	color: #a6a6a6;
}

/* article title */
.fSSegk {
	color: #808080;
}

/* main page article titles */
.fEENBO {
	color: #aca583;
}

.xjtWs {
	color: #ccc
}

/* lists */
[data-type="core/list"] li, .defector__article-content ul li, .defector__article-content ol li {
	color: rgb(198, 44, 36);
}

/* links */
[data-type="core/paragraph"] a, .defector__article-content p a { 
    color: #aca583;
    text-decoration: none;
}

[data-type="core/paragraph"] a, .lede-common__article-content p a {
	color: inherit;
	font-weight: inherit;
	position: relative;
	text-decoration: underline dotted rgb(198, 44, 36) 0.1em;
	text-underline-offset: 0.2em;
}

[data-type="core/list"] li, .lede-common__article-content ul li, .lede-common__article-content ol li { color: #ccc; }


}

Reviews

No reviews yet.