Skip to content

EverythingIsRounded by CosmoCreeper

Details

AuthorCosmoCreeper

LicenseNo License

CategoryModern

Created

Updated

Size375 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Rounds every corner for that nice modern effect on all websites.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           EverythingIsRounded
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Rounding the internet's corners for one day. Websites: freecodecamp.org
@author         Me
==/UserStyle== */

@-moz-document regexp(".*") {
    /* Insert code here... */
    * {
        border-radius: 5px !important;
    }

}

Reviews

No reviews yet.