From 7ff0715feaf43cedb234062d98903fa279a29c99 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Tue, 23 Jan 2024 18:16:27 -0600 Subject: [PATCH] change webring style again --- layouts/partials/aside.html | 2 +- static/css/custom.css | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/layouts/partials/aside.html b/layouts/partials/aside.html index 1a4e815..3fb8231 100644 --- a/layouts/partials/aside.html +++ b/layouts/partials/aside.html @@ -44,5 +44,5 @@ {{- if eq .Site.Params.analytics true }}
-Tinylytics Webring +️🕸💍 {{- end }} \ No newline at end of file diff --git a/static/css/custom.css b/static/css/custom.css index 6722a9b..706c21f 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -308,7 +308,11 @@ img.tinylytics_webring_avatar { height: 2rem; width: 2rem; vertical-align:middle; - margin-right: 0.5rem; +} + +a.tinylytics_webring { + text-decoration: none; + font-size: 1.5rem; } /* post front matter styling*/