diff --git a/ux.symfony.com/assets/styles/components/_PackageBox.scss b/ux.symfony.com/assets/styles/components/_PackageBox.scss index 7346b887099..66ef20b6096 100644 --- a/ux.symfony.com/assets/styles/components/_PackageBox.scss +++ b/ux.symfony.com/assets/styles/components/_PackageBox.scss @@ -120,6 +120,10 @@ letter-spacing: -1px; color: #0A0A0A; text-decoration: none; + + [data-bs-theme="dark"] & { + filter: invert(1); + } } .PackageBox_link {