pkmnq — 10/22/2022, 8:04:13 AM

wasteof looks suspiciously good without border-radius

♥ 5 ↩ 0 💬 5 comments

comments

lily:

yeah i made a plug-in that does it

10/22/2022, 9:17:51 AM
gilbert189:
/* ==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;
    }
}
10/23/2022, 6:31:36 AM
lily:

mine was just

/* unround round shit */
.rounded-xl, .rounded-full, .rounded {
    border-radius: 0;
}
10/23/2022, 10:00:09 AM
gilbert189:

my example works for every website

10/23/2022, 1:18:21 PM
lily:

true but mine was taken out of a plug-in made specifically for wasteof

10/23/2022, 7:48:18 PM