From 096e899c70fd72e32e144eef2af04eea115c392b Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Mon, 15 Apr 2024 12:58:38 -0500 Subject: [PATCH] tweak shoutout styling --- layouts/partials/aside.html | 1 - static/css/custom.css | 6 +----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/layouts/partials/aside.html b/layouts/partials/aside.html index a162165..934ef3b 100644 --- a/layouts/partials/aside.html +++ b/layouts/partials/aside.html @@ -43,7 +43,6 @@

status.lol


-

shoutouts

{{- if eq .Site.Params.analytics true }}
diff --git a/static/css/custom.css b/static/css/custom.css index ef4c247..42bb8c2 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -316,15 +316,11 @@ a.tinylytics_webring { } /* shoutouts styling */ -.shoutout .shoutout__container .shoutout__title:before { - content: none; -} - .shoutout .shoutout__container .shoutout__title { font-size: 1rem; margin: 0; margin-bottom: 0.5rem; - font-weight: 400; + font-weight: bold; } .shoutout .shoutout__container .shoutout__content {