Skip to content

Instantly share code, notes, and snippets.

@janxious
Last active November 3, 2015 21:16
Show Gist options
  • Save janxious/35060687411c1355f59e to your computer and use it in GitHub Desktop.
Save janxious/35060687411c1355f59e to your computer and use it in GitHub Desktop.
Basecamp 3 Visual Alteration
@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