Skip to content

? - Dec 2023 by juneadam

Details

Authorjuneadam

LicenseNo License

Categoryedx.org

Created

Updated

Size410 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

userstyle from W3Cx WAI0.1x Introduction to Web Accessibility

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           ? - Dec 2023
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document domain("example.com") {
    * {
        line-height: 1.5 !important;
        letter-spacing: 0.12em !important;
        word-spacing: 0.16em !important;
    }
    p {
        margin-bottom: 2em !important;
    }
}

Reviews

No reviews yet.