A basic dark theme for backblaze.com
Backblaze - Dark by leyarotheconquerer
Details
Authorleyarotheconquerer
LicenseMIT
Categorybackblaze.com
Created
Updated
Size321 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 Backblaze - Dark
@namespace backblaze.com
@version 1.0.0
@description A basic dark theme for backblaze.com
@author leyarotheconquerer
==/UserStyle== */
@-moz-document domain("backblaze.com") {
html {
filter: invert(100%) hue-rotate(180deg);
}
}