Skip to content

Medium Dark by vinihvc

Screenshot of Medium Dark

Details

Authorvinihvc

LicenseMIT

Categoryhttps://medium.com

Created

Updated

Size335 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark mode that works.

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

Reviews

No reviews yet.