summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbdunahu <bdunahu@operationnull.com>2026-02-28 12:12:17 -0500
committerbdunahu <bdunahu@operationnull.com>2026-02-28 12:12:17 -0500
commit934864762f1299ac92f4346b7aee865eca56daad (patch)
treea4f76eed16d412f45c0030a4294f5568f7d44a34
parent8de6afe018bee1a33cf76e1161e684806eb179b8 (diff)
posts css remove empty spacing, non-matching transparency
-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 {