Skip to content

Instantly share code, notes, and snippets.

@gcollazo
Created September 26, 2014 00:12
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 gcollazo/d3f1e7fada0edfa6e16b to your computer and use it in GitHub Desktop.
Save gcollazo/d3f1e7fada0edfa6e16b to your computer and use it in GitHub Desktop.
html, body {
margin: 20px;
}
a.active,
a.active:hover {
background-color: #2e75c1 !important;
color: white;
}
.container-text-centered {
text-align: center;
}
.huge-placeholder-text {
font-weight: 100;
font-size: 90px;
color: #bfbfbf;
margin: 50px 0;
}
.header-page-title {
border-bottom: 1px solid #e5e5e5;
margin-bottom: 15px;
}
a.link-red {
color: red;
}
.btn-create-document.active {
color: white;
background-color: #3f3f3f !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment