Skip to content

statamic.dev | Simplified by sirmontegu

Details

Authorsirmontegu

LicenseNo License

Categorystatamic

Created

Updated

Code size1.0 kB

Code checksum41a1d801

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Simplifies the new design for an easier reading experience.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       statamic.dev
@version    20250403.22.13
@namespace  ?
==/UserStyle== */
@-moz-document domain("statamic.dev") {
    :root:has(#color-scheme option[value=dark]:checked) {
        --color-body-background-hue: 245;
        --color-body-background: hsl(var(--color-body-background-hue) 10% 10%);
    }

    .c-nav-sidebar-with-popover-api {
        --dropdown-nav-item-padding: 0;
    }

    .c-site-footer {
        display: none;
    }

    .c-sidebar-advert {
        display: none;
    }

    main {
        padding-block-start: 9rem;
    }

    .c-docs-header__inner {
        animation: none;
        padding: var(--spacing-s-1) var(--spacing-l);
    }

    .c-nav-sidebar-with-popover-api nav ul:not(ul ul) {
        height: 100vh;
    }

    .c-nav-sidebar-with-popover-api-category-heading a {
        background: inherit;
    }

    .c-nav-sidebar-with-popover-api-category-heading {
        position: sticky;
        top: 0;
        z-index: 12;
        background: var(--color-gradient-burnt-right);
    }
}

Reviews

No reviews yet.