From 2752ecd78185892f3fa0c4d7f53929ba8cb0d002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Villarreal?= Date: Sun, 29 Sep 2024 10:50:24 +0200 Subject: [PATCH] show theme attribution --- layouts/partials/inject/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/inject/head.html b/layouts/partials/inject/head.html index 1e0c635..fcc347c 100644 --- a/layouts/partials/inject/head.html +++ b/layouts/partials/inject/head.html @@ -28,7 +28,7 @@ .footerColumns .notlist { font-size: .8em; margin-left: 0; } .notlist li { display: inline-block; margin: 0; } .notlist a { margin-right: 8px; } -footer:nth-child(2) > p:nth-child(4) { display: none; } +footer:nth-child(2) > p:nth-child(4) { font-size: .8em; opacity: 0.5; } article > h1, article > h2, main > h1, main > h2 { margin-top: 0; } header { margin-bottom: 0; } h1 { font-size: 26px; }