Stremio web app dark theme. Most colors replaced with grayscale.
Stremio Dark (v5) by eman
Imported and mirrored from https://raw.githubusercontent.com/uso-archive/data/flomaster/data/usercss/260007.user.css
Details
Authoreman
LicenseNO-REDISTRIBUTION
Categoryunset
Created
Updated
Size930 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 Stremio Dark (v5)
@namespace USO Archive
@author EmanVH
@description Stremio web app dark theme. Most colors replaced with grayscale.
@version 20230906.01.51
@license NONE
@preprocessor uso
==/UserStyle== */
@-moz-document domain("web.stremio.com") {
:root {
--primary-background-color: #000000 !important;
--secondary-background-color: #222222 !important;
--modal-background-color: #000000 !important;
--primary-accent-color: rgba(255,255,255,0.9) !important;
--secondary-accent-color: rgba(255,255,255,0.05) !important;
}
img.logo-WJ36F {
filter: saturate(0) !important
}
img.logo-RVSxt {
filter:invert(1) contrast(100) saturate(0) !important;
}
img.buffering-loader-fMSpb {
filter:invert(1) contrast(100) saturate(0) !important;
}
.intro-container-tkNS6 .background-container-aYKCH {
filter: blur(6rem) saturate(0) !important;
}
}