A working dark theme for firebase docs (https://firebase.google.com/docs/*) docs pages
Firebase docs dark theme by oznecniV97
Details
AuthoroznecniV97
LicenseNo License
Categoryfirebase.google.com -> docs
Created
Updated
Size562 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 Firebase docs dark theme
@version 20230610.16.08
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://firebase.google.com/docs/") {
/* ==UserStyle==
@name Firebase docs dark theme
@namespace USO Archive
@author Vincenzo Salerno
@description `It's honestly just an invert with some filter effects.`
@version 20230610.18.07
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
html {
filter: invert(1) brightness(1.5) contrast(0.8) hue-rotate(145deg);
}
}