Skip to content

GitHub dark patch by diiiscon

Screenshot of GitHub dark patch

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

Change code color and tab size to 4.

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;
}

}

Reviews

No reviews yet.