Skip to content

GitHub dark patch by diiiscon

Details

Authordiiiscon

LicenseNo License

Categorygithub

Created

Updated

Size263 B

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    20240326.11.12
@namespace  ?
==/UserStyle== */

@-moz-document url-prefix("https://github.com/") {
code {
	color: #44ddff;
	background-color: #18182f !important;
}

.markdown-body pre {
	tab-size: 4;
}

}

Reviews

No reviews yet.