Skip to content

Commit b1a80fe

Browse files
authored
Make package box titles visible in dark mode
1 parent 0eb075a commit b1a80fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@
120120
letter-spacing: -1px;
121121
color: #0A0A0A;
122122
text-decoration: none;
123+
124+
[data-bs-theme="dark"] & {
125+
filter: invert(1);
126+
}
123127
}
124128

125129
.PackageBox_link {

0 commit comments

Comments
 (0)