Skip to content

Instantly share code, notes, and snippets.

@davidwerks
Last active June 1, 2017 12:26
Show Gist options
  • Save davidwerks/e9de04d7602bbda9ec9ab1a298ff84ed to your computer and use it in GitHub Desktop.
Save davidwerks/e9de04d7602bbda9ec9ab1a298ff84ed to your computer and use it in GitHub Desktop.
/**
* http://cuckooparrot.com/
*/
/** extra fonts */
@import url('https://fonts.googleapis.com/css?family=Pacifico|Sofia|Slabo+27px');
/** css */
.header .logo a {
background: transparent;
}
.nav-bar .logo img {
margin-top: 4px;
}
.header-compact.header .logo a {
padding: 0;
line-height: 65px;
height: 65px;
}
.header-compact.header .header-inner > .nav-bar a {
color: red;
}
.header-transparent .navigation .navigation-show.nav-icon{
background-color: #6C1117;
}
.content>.scroll-to-top+.section-block+.section-block, .content>.section-block:first-child+.section-block {
border-top:0;
}
.section-block.content-inner.blog-masonry.grid-container.masonry, body.home .section-block.pagination-3 {
background-color: #fab317;
}
/** custom fonts */
.font_1 .tms-caption {
font-family: 'Pacifico', cursive;
}
.font_2 .tms-caption {
font-family: 'Sofia', cursive;
}
.font_slabo {
font-family: 'Slabo 27px', serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment