From 7fec087fb6f7dd01382a914eab9931209627e96d Mon Sep 17 00:00:00 2001 From: Marcus Funch Date: Thu, 10 Jul 2025 21:42:26 +0200 Subject: [PATCH] Minor adjustments to the ALT tag --- view/global.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/view/global.css b/view/global.css index 3f346a58e5..a4d7ff708b 100644 --- a/view/global.css +++ b/view/global.css @@ -817,15 +817,16 @@ summary.wall-item-summary { /* Add alt tag indicators to the relevant images */ a:has(img.has-alt-description)::after { - background: lightgray; + background: rgba(0, 0, 0, 0.69); border-radius: 4px; - color: black; + color: #eee; content: "ALT"; + font-size: 12px; font-weight: bold; - padding: 3px 8px; + padding: 4px 5px; position: absolute; - bottom: 10px; - right: 10px; + bottom: 8px; + right: 8px; } #change-profile-picture {