Skip to content

Instantly share code, notes, and snippets.

@zaydek-old
Created August 21, 2019 11:37
Show Gist options
  • Save zaydek-old/4cb1829524af51b6368e05edb94c257a to your computer and use it in GitHub Desktop.
Save zaydek-old/4cb1829524af51b6368e05edb94c257a to your computer and use it in GitHub Desktop.
.debug h1,
.debug h2,
.debug p,
.debug blockquote {
margin-bottom: -1px !important;
background-image:
linear-gradient(
#B3E5FCFF 0.5px,
#B3E5FC00 0.5px,
#B3E5FC00 calc(var(--lh) * 0.5em - 0.25px),
#B3E5FC7F calc(var(--lh) * 0.5em - 0.25px),
#B3E5FC00 calc(var(--lh) * 0.5em + 0.25px)
) !important;
background-size: 100% calc(var(--lh) * 1em) !important;
border-bottom: 1px solid #B3E5FCFF !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment