Skip to content

Instantly share code, notes, and snippets.

@unitycoder
Last active February 16, 2017 02:14
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 unitycoder/947033dfde3e651733586f24e9eddb12 to your computer and use it in GitHub Desktop.
Save unitycoder/947033dfde3e651733586f24e9eddb12 to your computer and use it in GitHub Desktop.
Unity Forum CSS Fixes (for Stylish plugin)
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("forum.unity3d.com") {
/* forum is now fixed, no need to use this */
/* optional: disable all rounded edges */
* {
border-radius: 0 !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment