Skip to content

Placeholder Dark Mode by crafted

Screenshot of Placeholder Dark Mode

Details

Authorcrafted

LicenseNo License

Categoryplaceholder16.tk

Created

Updated

Size737 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

to quote the style sheet "create a dark theme for the site"

well, don't worry cause I made this thing!!!

Notes

inputs while active are still white (i don't think i can change it)

Source code

/* ==UserStyle==
@name         Dark Mode
@version      20230219.02.11
@namespace    ?
==/UserStyle== */

@-moz-document domain("placeholder16.tk") {
.navbar-custom {
    background-color: #005162;
}

.alert-warning {
    background-color: rgba(201,177,161,1);
}

.jumbotron {
    background-color: #373a3c;
}

hr {
    border-top: 1px solid rgba(169 169 169 / 10%);
}

body {
    color: #fff;
    background-color: #202122;
}

.card {
    background-color: #373a3c;
    border: 1px solid rgba(0, 0, 0, .22);
}

.form-control {
    color: #363c41;
    background-color: #495057;
    border: 1px solid #313437;
}

.img-thumbnail {
    background-color: #292929;
    border: 1px solid #494949;
}
}

Reviews

No reviews yet.