Dark theme for Prisma.io
prisma.io - Dark theme - 11/1/2022, 6:11:13 PM by fredrikborgstrom
Details
Authorfredrikborgstrom
LicenseNo License
Categoryprisma.io
Created
Updated
Size360 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 prisma.io - Dark theme - 11/1/2022, 6:11:13 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("prisma.io") {
/* Insert code here... */
body {
filter: invert(1);
background: #222;
}
}