Skip to content

online2pdf by usernamee

Screenshot of online2pdf

Details

Authorusernamee

LicenseNo License

Categorydark, dark mode

Created

Updated

Size627 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

a darker version of online2pdf

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         online2pdf
@version      20211021.20.17
@namespace    userstyles.world/user/usernamee
@description  a darker version of online2pdf
@author       usernamee
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://online2pdf.com/") {
:root {
    --background: hsl(0, 0%, 31%);
    --background_light:hsl(0, 0%, 60%);
}

body {
    background-color: var(--background) !important;
}

.background_fade {
    background: var(--background) !important;
}

.main_section {
    background: var(--background_light);
}

.title_box_big {
    background-color: var(--background_light)
}
}

Reviews

No reviews yet.