From 5080ba216ac07cd709cffa6eec6ecb6f930fa1ef Mon Sep 17 00:00:00 2001
From: Conrad Zelck <git@simpel.cc>
Date: Fri, 23 Feb 2024 01:18:08 +0100
Subject: [PATCH] fix style.css: revert small text for alt text

Small alt text is cool but it shrinks the github cat svg too. As long as
I don't find a solution for this I remove the small font for img.

Signed-off-by: Conrad Zelck <git@simpel.cc>
---
 style.css | 1 -
 1 file changed, 1 deletion(-)

diff --git a/style.css b/style.css
index 56d7a46..9d64f92 100644
--- a/style.css
+++ b/style.css
@@ -121,7 +121,6 @@ img, picture {
   display: block;
   /* alt text should be very different */
   font-style: italic;
-  font-size: small;
 }
 
 /* Inherit fonts for inputs and buttons */
-- 
GitLab