Skip to content

Placeholder Dark Mode by furgotten12

Details

Authorfurgotten12

LicenseNo License

Categoryalonso.pictures

Created

Updated

Size1.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

uhhhhhhhhh yeah

Notes

i dont think its broken, but it might be

Source code

/* ==UserStyle==
@name         Placeholder Dark Mode
@version      20231005.07.31
@namespace    userstyles.world/user/furgotten12
@description  uhhhhhhhhh yeah
@author       furgotten12
@license      No License
==/UserStyle== */

@-moz-document domain("alonso.pictures") {
.navbar-custom {
    background-color: #8a6200;
}

.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;
}

.btn-primary {
    border-color: #8a6200;
}

.btn-primary:focus, .btn-primary.focus {
  border-color: #8a6200;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(138, 98, 0, .5);
  box-shadow: 0 0 0 0.2rem rgba(138, 98, 0, .5);
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  border-color: #8a6200;
}

.btn-primary:hover {
  color: #fff;
  border-color: #966a00;
}

input:focus {
  background: #373a3c !important;
}
}

Reviews

No reviews yet.