Skip to content

note.ms - dark mode by hyrious

Details

Authorhyrious

LicenseNo License

Categorynote.ms

Created

Updated

Size475 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark mode of note.ms

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           note.ms - dark mode
@namespace      note.ms/dark
@version        1.0.0
@description    Dark mode of note.ms
@author         hyrious
==/UserStyle== */
@-moz-document domain("note.ms") {
	@media (prefers-color-scheme: dark) {
		html {
			color-scheme: dark;
		}
		body {
			background: #121314
		}
		.layer {
			box-shadow: none;
			border-color: #444;
			border-radius: 5px;
			background-color: #333
		}
		.content {
			color: #eee;
		}
	}
}

Reviews

No reviews yet.