Skip to content

Commit 3d7d20f

Browse files
committed
Fix unnecessary filter usage on text
1 parent a5a0dd9 commit 3d7d20f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

ux.symfony.com/assets/styles/components/_PackageBox.scss

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,8 @@
118118
font-size: 28px !important;
119119
line-height: 32px !important;
120120
letter-spacing: -1px;
121-
color: #0A0A0A;
121+
color: var(--bs-body-color);
122122
text-decoration: none;
123-
124-
[data-bs-theme="dark"] & {
125-
filter: invert(1);
126-
}
127123
}
128124

129125
.PackageBox_link {

0 commit comments

Comments
 (0)