diff options
Diffstat (limited to 'src/styles/normalise.css')
| -rw-r--r-- | src/styles/normalise.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/styles/normalise.css b/src/styles/normalise.css index f22ea6d1..f077c7e3 100644 --- a/src/styles/normalise.css +++ b/src/styles/normalise.css @@ -21,3 +21,12 @@ code { padding: 0.25em 0.5em; border-radius: 4px; } + +h1:before, +h2:before, +h3:before, +h4:before, +h5:before, +h6:before { + content: '' !important; +} |