Last active
November 3, 2015 21:16
-
-
Save janxious/35060687411c1355f59e to your computer and use it in GitHub Desktop.
Basecamp 3 Visual Alteration
This file contains 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
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document domain("basecamp.com") { | |
body { font-family: "Helvetica Neue",helvetica,arial,sans-serif !important; } | |
.card--app { border-radius: 0.75em !important; } | |
.chat-line__bubble { | |
border-radius: 0.25em !important; | |
background-color: #fff !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment