Skip to content

Black Themed Nxbrew by matmat37000

Details

Authormatmat37000

LicenseCC Zero

Categorynxbrew.com

Created

Updated

Size826 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Replace the white appearance of Nxbrew to be dark

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       Black Themed Nxbrew
@version    20240913.20.12
@namespace  https://userstyles.world/user/Mathiol
@author     Mathiol
==/UserStyle== */

@-moz-document domain("nxbrew.com") {
* {
    color: #fff !important
}

body {
    background-color: #111111 !important;
    color: #fff !important;
}

.wp-block-media-text,
p,
nav,
.main {
    background-color: #1c1b1b !important;
    color: #fff !important;
}

#content::before {
    visibility: Hidden !important;
}

.main .content a {
    color: #b30000 !important;
    font-weight: 500;
}

#btn-mode {
    visibility: Hidden !important;
}

header .group.pad {
    display: flex !important;
    justify-content: center !important;
}

input.search {
    background-color: #ca3b3b !important;
    color: #fff !important;
    border-color: #fff !important;
}
}

Reviews

No reviews yet.