From 34ca9f78ad53ecf4a63b3dcbda60bb0e9abbc177 Mon Sep 17 00:00:00 2001 From: AngelJumbo <31261193+AngelJumbo@users.noreply.github.com> Date: Tue, 19 Aug 2025 10:30:45 -0500 Subject: [PATCH] Update style.css --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index cabd223..dacf6f3 100644 --- a/style.css +++ b/style.css @@ -313,6 +313,10 @@ img:hover { transform: translate(-50%, -50%) scale(1.05); } +svg { + stroke: var(--fg-color-reverse) !important; +} + /* Responsive adjustments */ @media screen and (max-width: 640px) { .btn.subsection-theme-btn {