Created
June 22, 2024 01:05
-
-
Save velzie/9fbde71738ee9a207fb87dcc5c0a2ce7 to your computer and use it in GitHub Desktop.
remove all rounded corners userstyle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==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 | |
} |
this is not what god intended
ong, rounded corners for life
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this is not what god intended