Skip to content

KartKrew Manual Redesign by BerryArray

Screenshot of KartKrew Manual Redesign

Details

AuthorBerryArray

LicenseNo License

Categorykartkrew

Created

Updated

Size952 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Light theme, Layout now scales correctly, and color is back!

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           KartKrew Manual Redesign
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Fixed the weird flexbox problems and added the color back.
@author         BerryArray
==/UserStyle== */

@-moz-document url-prefix("https://www.kartkrew.org/rr-manual") {
    body {
        display: flex;
    }
    
    nav {
        position: sticky;
        width: 100rem;
        height: 100vh;
        overflow: auto;
        padding-left: 2rem;
        padding-right: 2rem;
        background: #d0d8db !important;
        max-width: 20rem;
        scrollbar-width: thin;
        scrollbar-color: light;
    }
    
    main {
        padding-left: min(10%, 400px);
        padding-right: min(10%, 400px);
        background: #fdfdfd !important;
        overflow: auto;
        max-width: none;
    }
    
    img {
        filter: none;
    }
    
    blockquote {
        background-color: #d0d3dd;
    }
}

Reviews

No reviews yet.