diff options
author | HombreLaser <buran@silosneeded.com> | 2024-07-13 14:05:07 -0600 |
---|---|---|
committer | HombreLaser <buran@silosneeded.com> | 2024-07-13 14:05:07 -0600 |
commit | 4039b9bfe2de55b75a550467eac0ca27c485afdd (patch) | |
tree | c0b8a7a6347c631103aafe674d4549d0cbc7de95 /assets | |
parent | 881f4e0a9f75df2eb230ced95a3823008100f777 (diff) |
Improve archive and categories page layouts
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/styles.css | 28 |
1 files changed, 25 insertions, 3 deletions
diff --git a/assets/css/styles.css b/assets/css/styles.css index dea2080..c98f3fe 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -14,7 +14,7 @@ } p { - font-size: 22px; + font-size: 20px; } } @@ -99,7 +99,7 @@ } body { - font-family: Roboto, Helvetica, Arial, sans-serif !important; + font-family: "Inter", sans-serif !important; margin: 0; } } @@ -143,6 +143,23 @@ color: #113f67; } + .date { + color: #7b8894; + text-align: right; + font-style: italic; + } + + .archive-date { + color: #7b8894; + text-align: left; + font-style: italic; + font-size: 21px; + } + + .index-content { + font-size: 20px; + } + a { color: #38598b; } @@ -178,7 +195,7 @@ body { - font-family: Roboto, Helvetica, Arial, sans-serif !important; + font-family: "Inter", sans-serif !important; margin: 0; background: #f3f3f3; } @@ -193,6 +210,11 @@ font-weight: bold; } +.pull-left { + text-align: left; + font-size: 21px; +} + :not(.sidebar-element) li { list-style-type: disc; margin-top: .7em; |