fix: ensure share icons are visible in light mode by inverting colors

This commit is contained in:
2026-02-10 20:44:35 +01:00
parent 2c892f3adc
commit 72adab61c7

View File

@@ -409,6 +409,10 @@ p {
display: block;
}
:global(html[data-theme="light"]) .share-icon {
filter: invert(1);
}
.share-download {
align-self: center;
padding: 8px 18px;