diff options
| author | jwansek <eddie.atten.ea29@gmail.com> | 2022-03-12 19:50:03 +0000 | 
|---|---|---|
| committer | jwansek <eddie.atten.ea29@gmail.com> | 2022-03-12 19:50:03 +0000 | 
| commit | c7fea1d2c78e77654f098f9ac7409f97ad171f44 (patch) | |
| tree | c637935478b24bd3d89490148eb8528ec1e39d2a /static | |
| parent | ae079307387d1e97a7ae425dc9c110cafd873116 (diff) | |
| download | boymoder.blog-c7fea1d2c78e77654f098f9ac7409f97ad171f44.tar.gz boymoder.blog-c7fea1d2c78e77654f098f9ac7409f97ad171f44.zip | |
switched to mistune (over misaka) for markdown parsing, added table of contents
Diffstat (limited to 'static')
| -rw-r--r-- | static/style.css | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/static/style.css b/static/style.css index 8fcfa6f..89d8814 100644 --- a/static/style.css +++ b/static/style.css @@ -108,6 +108,14 @@ aside {      float: right;  } +#header_linkers { +    font-size: xx-small; +} + +#header_linkers li { +    list-style: none; +} +  #tags {      font-size: xx-small;  } | 
