diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-03-16 21:39:08 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-03-16 21:43:34 +0900 |
| commit | 0d11c3265aa66bd5f7c207cb00c10f9ded29e851 (patch) | |
| tree | be77960131f18ce21129cba096f298dbe18e2635 /static/custom.css | |
| parent | 7b6319986030fc8a2fb5f851a431b5113e774f60 (diff) | |
| download | blog.nsfisis.dev-0d11c3265aa66bd5f7c207cb00c10f9ded29e851.tar.gz blog.nsfisis.dev-0d11c3265aa66bd5f7c207cb00c10f9ded29e851.tar.zst blog.nsfisis.dev-0d11c3265aa66bd5f7c207cb00c10f9ded29e851.zip | |
feat(style): replace style.css with my own one
Diffstat (limited to 'static/custom.css')
| -rw-r--r-- | static/custom.css | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/static/custom.css b/static/custom.css deleted file mode 100644 index bb40a9c..0000000 --- a/static/custom.css +++ /dev/null @@ -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; -} |
