Created
August 21, 2019 11:37
-
-
Save zaydek-old/4cb1829524af51b6368e05edb94c257a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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