Skip to content

Instantly share code, notes, and snippets.

@t-richards
Last active February 28, 2020 19:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save t-richards/aa3239fe1f6b97d64c4153460eab42e1 to your computer and use it in GitHub Desktop.
Save t-richards/aa3239fe1f6b97d64c4153460eab42e1 to your computer and use it in GitHub Desktop.
/* ==UserStyle==
@name Square Corners
@namespace github.com/openstyles/stylus
@version 1.0.8
@license unlicense
@preprocessor default
==/UserStyle== */
/**
* Source: https://gist.github.com/t-richards/aa3239fe1f6b97d64c4153460eab42e1
* Install: https://gist.githubusercontent.com/t-richards/aa3239fe1f6b97d64c4153460eab42e1/raw/square-corners.user.css
*/
* {
border-radius: 0 !important;
}
::before {
border-radius: 0 !important;
}
::after {
border-radius: 0 !important;
}
/* GitHub */
.rounded-1, .rounded-2 {
border-radius: 0 !important;
}
.rounded-top-1, .rounded-top-2 {
border-radius: 0 !important;
}
.rounded-right-1, .rounded-right-2 {
border-radius: 0 !important;
}
.rounded-bottom-1, .rounded-bottom-2 {
border-radius: 0 !important;
}
.rounded-left-1, .rounded-left-2 {
border-radius: 0 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment