A dark mode for Real Debrid
Real-Debrid - Dark Mode by autumnell
Details
Authorautumnell
LicenseNo License
Categoryreal-debrid.com
Created
Updated
Size447 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 ? - Nov 2023
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("real-debrid.com") {
body {
background: #474747;
}
#wrapper_global {
width: 984px;
height: 100%;
margin: 0 auto;
background: #8d8c8c no-repeat top center;
min-height: 600px;
}
}