diff options
Diffstat (limited to 'content')
| -rw-r--r-- | content/assets/site.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/content/assets/site.css b/content/assets/site.css index 517e288..8d8b885 100644 --- a/content/assets/site.css +++ b/content/assets/site.css @@ -282,7 +282,10 @@ footer { /* Summaries */ .summary { - margin-bottom: 3rem; + padding: 20px; + background: rgba(0, 0, 0, 0.2); + border-radius: 8px; + margin-top: 1rem; } .summary .date { @@ -299,7 +302,7 @@ footer { .date { margin-top: -0.3rem; color: #aeaeae; - font-size: 90%; + font-size: 95%; } .tags { |
