Created
September 1, 2019 02:42
-
-
Save zaydek-old/be3801a8c06ac7bad041dc26fdcbf429 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
/* Based on matejlatin.github.io/Gutenberg. */ | |
/*.debug h1,*/ | |
/*.debug h2,*/ | |
/*.debug h3,*/ | |
/*.debug h4,*/ | |
/*.debug h5,*/ | |
/*.debug h6,*/ | |
/*.debug p {*/ | |
/* margin-top: -1px !important;*/ | |
/* margin-bottom: -1px !important;*/ | |
/**/ | |
/* background-image:*/ | |
/* linear-gradient(*/ | |
/* hsla(var(--blue-500), 0.250) 0.25px,*/ | |
/* hsla(var(--blue-500), 0.000) 0.25px,*/ | |
/* hsla(var(--blue-500), 0.000) calc(var(--lh) * 0.5em - 0.25px),*/ | |
/* hsla(var(--blue-500), 0.125) calc(var(--lh) * 0.5em - 0.25px),*/ | |
/* hsla(var(--blue-500), 0.000) calc(var(--lh) * 0.5em + 0.25px)*/ | |
/* ) !important;*/ | |
/* background-size: 100% calc(var(--lh) * 1em) !important;*/ | |
/**/ | |
/* border-top: 1px solid hsla(var(--blue-500), 0.25) !important;*/ | |
/* border-bottom: 1px solid hsla(var(--blue-500), 0.25) !important;*/ | |
/*}*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment