Skip to content

codioful.com, dark by bruno

Screenshot of codioful.com, dark

Details

Authorbruno

LicenseNo License

Categorycodioful

Created

Updated

Size1.5 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

DARK DARK DARK

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           codioful.com, dark
@namespace      github.com/openstyles/stylus
@version        0.0.0
@description    A new userstyle
@author         bruno
==/UserStyle== */
@-moz-document domain("codioful.com") {
    :root {
        --bg-color-main: #181818;
        --bg-color-dark: black;
        --grey: #3a3a3a;
        --text-color-light: #bbb4de;
        --text-color-muted: rgba(211, 209, 220, 0.6);
        --text-color-main: #e5e4eb;
        --text-color-secondary: rgb(162, 161, 165);
    }

    .container-main, #___gatsby {
        background-color: var(--bg-color-main);
    }

    .container-main {
        background-color: var(--bg-color-dark);
    }

    .related-head h1, .mobile-screen h4 {
        color: var(--text-color-light);
    }

    .subscription-main, .mobile-screen {
        background: var(--grey);
    }

    .subscription-main h4, .subscription-main p small, .subscription-main p {
        color: var(--text-color-main);
    }

    .mobile-screen > p {
        color: var(--text-color-muted);
    }

    .kaRSnA {
        color: var(--text-color-secondary);
    }

    .intro {
        height: auto;
        padding-bottom: 0;
    }

    .sort ul li {
        color: var(--text-color);
    }

    div:has(>a[rel = "noopener noreferrer"]) {
        display: none
    }

    .gradients-main {
        padding: 20px 0;
    }

    .about-item .about-head h2 {
        color: var(--text-color-light);
    }

    .about-item p {
        color: var(--text-color-muted);
    }
}

Reviews

No reviews yet.