web/ChangelogEntry: fix warning about unused css selector

This commit is contained in:
dumbmoron 2024-07-21 17:40:51 +00:00
parent bb446ecf3e
commit 787fe72340
No known key found for this signature in database

View file

@ -36,7 +36,7 @@ main {
color: var(--gray);
}
.changelog-title {
:global(.changelog-title) {
padding: 0;
line-height: 1.2;
font-size: 23px;