Skip to content

Discuit improved by tovot

Screenshot of Discuit improved

Details

Authortovot

LicenseNo License

Categorydiscuit.net

Created

Updated

Size1.7 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

a little tweak to the already dark mode of Discuit

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Discuit improved by TOVOT
@version        1.0
@namespace      github.com/70V07
@description    a little tweak to the already dark mode of Discuit
@preprocessor   stylus
@author         TOVOT
==/UserStyle== */

@-moz-document domain("discuit.net") {
    /* HEADER BAR */
.navbar,
.navbar.is-blured {
    background-color: #000;
    border-bottom: .5px solid #80808082
}

/* BACKGROUND */
#root {
    background: linear-gradient(27deg, #151515 5px, transparent 5px) 0 5px, linear-gradient(207deg, #151515 5px, transparent 5px) 10px 0px, linear-gradient(27deg, #222 5px, transparent 5px) 0px 10px, linear-gradient(207deg, #222 5px, transparent 5px) 10px 5px, linear-gradient(90deg, #1b1b1b 10px, transparent 10px), linear-gradient(#1d1d1d 25%, #1a1a1a 25%, #1a1a1a 50%, transparent 50%, transparent 75%, #242424 75%, #242424);
    background-color: #131313;
    background-size: 20px 20px;
}

/* MISC TEXT FORMATTATION */
h1,
.navbar-logo,
.about-comm-name,
.post-card-title-text {
    color: #f8f8ff !important;
    text-shadow: 10px 10px 10px #0000002b, 0 1px 0 #909090, 0 2px 0 #9a9a9a, 0 3px 0 #101010, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15), 0 0 10px #000;
    font-size: 1.4em !important;
    letter-spacing: .074px;
    font-weight: 1000 !important;
    padding: 3px
}
p {
    color: #f8f8ff;
    font-size: 16px
}
.showmorebox-body p,
.card-rules-rules p {
    font-size: 14px !important
}
a {
    color: #0f4
}
}

Reviews

No reviews yet.