Skip to content

Instantly share code, notes, and snippets.

@ndimatteo
Created November 12, 2013 22:57
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 ndimatteo/7440354 to your computer and use it in GitHub Desktop.
Save ndimatteo/7440354 to your computer and use it in GitHub Desktop.
/*-----Scaffolding-----*/
.header {
background: #2d2d2d;
}
.content {
background: #2d2d2d;
}
.concierge {
background: #c6c6c6;
}
.footer {
background: #eeeeef;
}
/*-----Typography-----*/
h3 {
font-size: 24px;
font-weight: 200;
color: #06fbb4;
}
h4 {
font-size: 20px;
}
p {
color: #dcdcde;
line-height: 18px;
}
/*-----Links-----*/
a {
color: #ffffff;
text-decoration: none;
border-bottom: 1px dotted #626262;
}
a:hover {
color: #ffffff !important;
}
a:active {
color: #ffffff !important;
}
a:visited {
color: #ffffff !important;
}
/*-----Buttons-----*/
.primary table td {
background: #06fbb4;
color: #2d2d2d;
}
.secondary table td {
background: #2d2d2d;
}
/*-----Header-----*/
.template-label {
color: #cccccc;
font-weight: 300;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 1px;
}
/*-----Concierge-----*/
.concierge h4,
.concierge p {
color: #2d2d2d;
}
/*-----Footer-----*/
.footer a {
color: #626262;
text-decoration: none;
border: none;
}
.footer a:hover {
color: #626262 !important;
}
.footer a:active {
color: #626262 !important;
}
.footer a:visited {
color: #626262 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment