Light theme for Indie Hackers
Light theme for Indiehackers by michael-andreuzza
Details
Authormichael-andreuzza
LicenseMIT
Categoryindiehackers
Created
Updated
Size411 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 Indiehackers
@namespace USO Archive
@author Michael Andreuzza
@description `Brigh theme for Indiehackers`
@version 1
@license MIT
==/UserStyle== */
@-moz-document url-prefix("https://www.indiehackers.com/") {
iframe, img, html {
-webkit-filter: invert() hue-rotate(190deg) brightness(120%) contrast(105%);
}
}