Fixed Dark Default (Github's Official Dark Theme)
Fixed some areas where black shows up.
AuthorStylesoup
LicenseNo License
CategoryUserstyles
Created
Updated
Size601 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Fixed Dark Default (Github's Official Dark Theme)
Fixed some areas where black shows up.
/* ==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;
}