From 787fe72340577f56c01783580ee13783630039f5 Mon Sep 17 00:00:00 2001 From: dumbmoron Date: Sun, 21 Jul 2024 17:40:51 +0000 Subject: [PATCH] web/ChangelogEntry: fix warning about unused css selector --- web/src/components/changelog/ChangelogEntry.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/changelog/ChangelogEntry.css b/web/src/components/changelog/ChangelogEntry.css index dd06a910..9fc9cba5 100644 --- a/web/src/components/changelog/ChangelogEntry.css +++ b/web/src/components/changelog/ChangelogEntry.css @@ -36,7 +36,7 @@ main { color: var(--gray); } -.changelog-title { +:global(.changelog-title) { padding: 0; line-height: 1.2; font-size: 23px;