Dark mode that works.
Medium Dark by vinihvc
Details
Authorvinihvc
LicenseMIT
Categoryhttps://medium.com
Created
Updated
Size335 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Dark Medium
@version 20241002.21.14
@namespace https://userstyles.world/user/vinihvc
@description Dark mode that works.
@author vinihvc
@license No License
==/UserStyle== */
@-moz-document domain("medium.com") {
html,
img,
video,
iframe {
filter: invert(0.9);
}
}