/* ==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;
}