Rounds every corner for that nice modern effect on all websites.
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
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;
}
}