Skip to content

legitsi green theme by infernostars

Details

Authorinfernostars

LicenseNo License

Categorylegitsi.neocities.org

Created

Updated

Code size1.1 kB

Code checksum17d0ca35

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

makes legi's site look less unformatted

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           legitsi.neocities.org
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document domain("legitsi.neocities.org") {
    @import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');

    body {
        font-family: "Exo 2", sans-serif;
        color: hsl(0, 100%, 100%);
        background-color: hsl(120, 100%, 5%);
    }

    li::marker {
        content: "]  ";
        font-weight: 600;
        color: hsl(120, 100%, 55%)
    }

    strong {
        font-weight: 600;
        color: hsl(120, 100%, 90%)
    }

    small {
        color: hsl(120, 10%, 80%);
    }

    a {
        color: hsl(120, 100%, 55%);
    }

    a:visited {
        color: hsl(120, 50%, 55%);
    }

    h1 {
        color: hsl(120, 100%, 75%);
    }

    h2 {
        color: hsl(120, 100%, 82.5%);
    }

    h3 {
        color: hsl(120, 100%, 90%);
    }

    h4 {
        color: hsl(120, 100%, 95%);
    }
}

Reviews

No reviews yet.