Skip to content

Instantly share code, notes, and snippets.

@irisfofs
Created January 18, 2016 05:14
Show Gist options
  • Save irisfofs/e69d34cd80b37b8ed321 to your computer and use it in GitHub Desktop.
Save irisfofs/e69d34cd80b37b8ed321 to your computer and use it in GitHub Desktop.
WIP inset box shadow for OOC lines
#log p.ooc {
background: #222;
padding: .5em;
margin-left: -1em;
margin-right: -1em;
box-shadow: inset 0em 0em 4px 0px #000;
}
#log p.ooc + p.ooc {
margin-top: -2.5em;
padding-top: 3em;
color: #f00;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment