Adds a dark mode to replit.com
Replit Dark Mode by joshuacerbito
Details
Authorjoshuacerbito
LicenseNo License
Categoryreplit.com, replit
Created
Updated
Size284 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 replit.com
@namespace userstyles.world
@version 1.0.0
==/UserStyle== */
html, .console, .container {
filter: invert(1) contrast(75%) hue-rotate(90deg);
}
html img {
filter: invert(1) contrast(125%) hue-rotate(-90deg);
}