diff options
Diffstat (limited to 'public/custom.css')
| -rw-r--r-- | public/custom.css | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/public/custom.css b/public/custom.css index bb40a9c..e69de29 100644 --- a/public/custom.css +++ b/public/custom.css @@ -1,47 +0,0 @@ -/* Place a custom css file in your own project to use this. */ -.post-content h1, -.post-content h2, -.post-content h3, -.post-content h4, -.post-content h5, -.post-content h6 { - border-bottom: var(--primary) solid 1px; -} - -.post-content h1::before, -.post-content h2::before, -.post-content h3::before, -.post-content h4::before, -.post-content h5::before, -.post-content h6::before { - color: var(--secondary); - padding-right: 0.3rem; -} - -.post-content h2::before { content: '#'; } -.post-content h3::before { content: '##'; } -.post-content h4::before { content: '###'; } -.post-content h5::before { content: '####'; } -.post-content h6::before { content: '#####'; } - -.post-content h1 > a, -.post-content h2 > a, -.post-content h3 > a, -.post-content h4 > a, -.post-content h5 > a, -.post-content h6 > a { - box-shadow: none; -} - -.post-content h1 > a code, -.post-content h2 > a code, -.post-content h3 > a code, -.post-content h4 > a code, -.post-content h5 > a code, -.post-content h6 > a code { - box-shadow: none; -} - -li.revision { - list-style: inside; -} |
