Skip to content

BetterViewer Darker Background by ItsVeridian

Screenshot of BetterViewer Darker Background

Details

AuthorItsVeridian

LicenseCC BY

CategoryGlobal

Created

Updated

Size457 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes the yucky gray background darker

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         BetterViewer Darker Background
@version      20241105.16.27
@namespace    https://userstyles.world/user/Veridian Lightheart
@description  Makes the yucky gray background darker
@author       Veridian Lightheart
==/UserStyle== */

/* Made by Veridian Lightheart */

@-moz-document url-prefix() {
    .viewer-container.viewer-fixed.viewer-fade.viewer-transition.viewer-in {
        background-color: rgba(24, 24, 24, 1);
    }
}

Reviews

No reviews yet.