Change code
color and tab size to 4.
GitHub dark patch by diiiscon

Details
Authordiiiscon
LicenseNo License
Categorygithub
Created
Updated
Code size367 B
Code checksum55a788d3
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name GitHub dark patch
@version 20241107.07.21
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://github.com/") {
.markdown-body code,
.markdown-title code {
color: #44ddff;
background-color: #18182f !important;
}
.markdown-body pre code {
background-color: inherit !important;
}
.markdown-body pre {
tab-size: 4;
}
}