Skip to content

pallets-flask by ezteb

Details

Authorezteb

LicenseNo License

Categorydark-userstyles

Created

Updated

Code size1.1 kB

Code checksum7d8fab7e

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

flask, click, jinja, etc, Change the official documents website's style pallets projects

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         pallets-flask
@version      20230907.02.04
@namespace    ?
==/UserStyle== */

@-moz-document regexp(".*?\\.palletsprojects\\.com/.*") {
/* ==UserStyle==
@name       pallets_doc
@author     Zallocco Esteban 
@credits    Sawyer Zheng 
@description   flask, click, jinja, etc,  Change the official documents website's style pallets projects
@version      2023.09.07
@license      CC0-1.0
==/UserStyle== */
    body {
        font-family: Roboto, Inter, BlinkMacSyst, medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif;
        background-color: #000;
        color: #777;
    }
    h2 {
        color: #666;
    }
    code {
        color: #777;
        background-color: #222
    }
    div.highlight {
        background-color: #222
    }
    .highlight .nf {
        color: #777
    }
    .highlight .n {
        color: #777
    }
    .highlight .nn {
        color: #777
    }
    .highlight .vm {
        color: #777
    }
    .highlight .p {
        color: #777
    }
    div.admonition {
        background-color: #333
    }
}

Reviews

No reviews yet.