Skip to content

go.dev to black background and font to #bbb, wider by vitaly-zdanevich

Imported and mirrored from https://gitlab.com/vitaly-zdanevich-styles/go-dev/-/raw/master/go-dev.user.css

Screenshot of go.dev to black background and font to #bbb, wider

Details

Authorvitaly-zdanevich

LicenseMIT

Categorygo.dev

Created

Updated

Size471 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Background to black, text to #bbb

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         go.dev to black background and font to #bbb, wider
@namespace    https://gitlab.com/vitaly-zdanevich-styles/go-dev-blog
@author       Vitaly Zdanevich
@description  Background to black, text to #bbb
@version      1.0.0
@license      MIT
==/UserStyle== */

@-moz-document domain("go.dev") {
	:root:not([data-theme='light']) {
		--color-background: #000;
		--color-text: #bbb;
	}

	#blog .Article {
		max-width: 100%;
	}
}

Reviews

No reviews yet.