Skip to content

dark black crates.io by majorbarnulf

Screenshot of dark black crates.io

Details

Authormajorbarnulf

LicenseNo License

Categorycrates

Created

Updated

Size876 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

quick theme for crates.io
(working on 03/01/2021)

Notes

mainly changes root variables used by the default style rules

Source code

/* ==UserStyle==
@name         dark black crates.io
@version      20220103.04.51
@namespace    userstyles.world/user/majorbarnulf
@description  quick theme for crates.io
(working on 03/01/2021)
@author       majorbarnulf
@license      No License
==/UserStyle== */

@-moz-document domain("crates.io") {
:root {
    --main-bg: #212121;
    --main-bg-dark: #343434;
    --main-color: white;
    --header-bg-color: #3b6837;
}

main div div section ol li a, main div div section ul li a, main div ul li div, main div div div {
    background-color: var(--main-bg-dark) !important;
    color: var(--main-color) !important;
}

main div div div article div code {
    background-color: var(--main-bg) !important;
    color: var(--main-color) !important;
}

/*

I won't take any responsibility regarding the licensing or updating of this stylesheet.
                        ~ MB

*/
}

Reviews

No reviews yet.