From 595587a2e93144a429addfb24356cb3752d69a69 Mon Sep 17 00:00:00 2001 From: Grzegorz Kucmierz Date: Tue, 10 Feb 2026 20:49:37 +0100 Subject: [PATCH] style: scope share icon color inversion to win modal only --- src/components/WinModal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/WinModal.vue b/src/components/WinModal.vue index 11879f3..df43215 100644 --- a/src/components/WinModal.vue +++ b/src/components/WinModal.vue @@ -409,7 +409,7 @@ p { display: block; } -:global(html[data-theme="light"]) .share-icon { +:global(html[data-theme="light"]) .modal .share-icon { filter: invert(1); }