Skip to content

Instantly share code, notes, and snippets.

@alekzonder
Created February 15, 2017 08:43
Show Gist options
  • Save alekzonder/ef2fba344211073872eaa914b2ea7fa8 to your computer and use it in GitHub Desktop.
Save alekzonder/ef2fba344211073872eaa914b2ea7fa8 to your computer and use it in GitHub Desktop.
.content .detail > h3 {
color: #fff;
background: #6d426d;
box-shadow: 0 0.25em 0.5em #d3d3d3;
border-top: 1px solid #d3d3d3;
border-bottom: 1px solid #d3d3d3;
margin: 1.5em 0 0.5em;
padding: .75em 0 .75em 10px;
}
.content .detail h3 a {
color: #fc83ff;
}
.content .detail h3.inner-link-active {
color: orange;
border-top: 2px solid orange;
border-bottom: 2px solid orange;
border-right: 2px solid orange;
border-left: 5px solid orange;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment