diff options
Diffstat (limited to 'assets/scss/web')
| -rw-r--r-- | assets/scss/web/_blog.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/scss/web/_blog.scss b/assets/scss/web/_blog.scss index 7cfb522..89ff691 100644 --- a/assets/scss/web/_blog.scss +++ b/assets/scss/web/_blog.scss @@ -8,6 +8,7 @@ .posts { font-size: 1.2rem; + list-style: none; } .post__link { @@ -29,6 +30,10 @@ border-left-style: solid; } + sub { + font-size: 70%; + } + // Code (not only code blocks) code { opacity: 0.5; |
