Skip to content

Instantly share code, notes, and snippets.

@velzie
Created June 22, 2024 01:05
Show Gist options
  • Save velzie/9fbde71738ee9a207fb87dcc5c0a2ce7 to your computer and use it in GitHub Desktop.
Save velzie/9fbde71738ee9a207fb87dcc5c0a2ce7 to your computer and use it in GitHub Desktop.
remove all rounded corners userstyle
/* ==UserStyle==
@name No Rounded Corners
@description remove all rounded corners
@author velzie
@version 0.0
@namespace https://gist.github.com/velzie/9fbde71738ee9a207fb87dcc5c0a2ce7
==/UserStyle== */
*:not(__unreachable),
*:not(__unreachable)::before,
*:not(__unreachable)::after,
*:not(__unreachable):hover,
*:not(__unreachable):not(:hover)
{
border-radius: 0 !important
}
@BomberFish
Copy link

this is not what god intended

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment