From d7fff38a15f110b5e8217a745edeaa157b03f270 Mon Sep 17 00:00:00 2001 From: nzambello Date: Sun, 16 Jul 2023 18:52:44 +0200 Subject: [PATCH] fix: a11y constrast figcaption --- src/components/IconsTech.astro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/IconsTech.astro b/src/components/IconsTech.astro index 064239c..7bc6685 100644 --- a/src/components/IconsTech.astro +++ b/src/components/IconsTech.astro @@ -99,5 +99,7 @@ } .icons-tech figure figcaption { font-size: 0.8em; + color: var(--text-color); + opacity: 1; }