diff options
| author | Ahmed Abdelhalim <[email protected]> | 2024-09-03 00:49:22 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2024-09-03 00:49:22 +0200 |
| commit | 5718cadcd47ab5f2837b9acdafb6d3d08958e249 (patch) | |
| tree | dffbeaeaeaba9e1bb9c73b77152b2707b7989b4f /assets | |
| parent | 03963aecd43a559f1ec18e30cef5f802aeafd251 (diff) | |
Minor styling updates to the headers and post list
Diffstat (limited to 'assets')
| -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; |
