summaryrefslogtreecommitdiff
path: root/content/assets/site.css
diff options
context:
space:
mode:
Diffstat (limited to 'content/assets/site.css')
-rw-r--r--content/assets/site.css7
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 {