Background to black, text to #bbb
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
Details
Authorvitaly-zdanevich
LicenseMIT
Categorygo.dev
Created
Updated
Size471 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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%;
}
}