Skip to content

developer.mozilla.org: black by vitaly-zdanevich

Mirrored from https://gitlab.com/vitaly-zdanevich-styles/mdn/-/raw/master/mdn.user.css

Screenshot of developer.mozilla.org: black

Details

Authorvitaly-zdanevich

LicenseApache License 2.0

Categorydeveloper.mozilla.org

Created

Updated

Size566 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

MDN black style.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           developer.mozilla.org - Feb 2024
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Black
@author         Vitaly Zdanevich
==/UserStyle== */

@-moz-document url-prefix("https://developer.mozilla.org") {

	:root * {
		--background-primary: #000;
		--background-secondary: #000;
		--border-primary: #000;
		--place-top-background: #000;
		--code-background-block: #000;
		--shadow-01: 0;
	}

	.code-example .example-header {
		border: 0;
	}

	footer {
		display: none;
	}

}

Reviews

No reviews yet.