wasteof looks suspiciously good without border-radius
yeah i made a plug-in that does it
/* ==UserStyle== @name 7/17/2022, 9:41:18 AM @namespace github.com/openstyles/stylus @version 1.0.0 @description Unrounds all borders. @author Me ==/UserStyle== */ @-moz-document regexp(".+") { * { border-radius: 0px !important; } }
mine was just
/* unround round shit */ .rounded-xl, .rounded-full, .rounded { border-radius: 0; }
my example works for every website
true but mine was taken out of a plug-in made specifically for wasteof
yeah i made a plug-in that does it
mine was just
my example works for every website
true but mine was taken out of a plug-in made specifically for wasteof