From 6fa8d8877f61fa757049ccefc83b62cccac17e88 Mon Sep 17 00:00:00 2001 From: Conrad Zelck <git@simpel.cc> Date: Fri, 23 Feb 2024 00:52:07 +0100 Subject: [PATCH] feat style.css: make alt text more obvious Style alt text italic and small to be very different from all other written text. Signed-off-by: Conrad Zelck <git@simpel.cc> --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index b48c579..56d7a46 100644 --- a/style.css +++ b/style.css @@ -119,6 +119,9 @@ a:not([class]) { img, picture { max-width: 100%; display: block; + /* alt text should be very different */ + font-style: italic; + font-size: small; } /* Inherit fonts for inputs and buttons */ -- GitLab