Skip to content

Fixed Dark Default - 2024 by Stylesoup

Details

AuthorStylesoup

LicenseNo License

CategoryUserstyles

Created

Updated

Code size601 B

Code checksumbb51fff4

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Fixed Dark Default (Github's Official Dark Theme)

Fixed some areas where black shows up.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           github.com - Jul 2024
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document url-prefix("https://github.com/") {
	.d-md-flex {
		display: flex !important;
		background-color: #0d1117;
	}
}

.AppHeader .AppHeader-globalBar {
	display: flex;
	padding: var(--base-size-16, var(--base-size-16));
	gap: var(--base-size-12, 12px);
	background-color: #0d1117;
}

.AppHeader .AppHeader-localBar {
	padding: 0 var(--base-size-16, var(--base-size-16));
	background-color: #0d1117;
}

Reviews

No reviews yet.