Solved mastodon svg bug

This commit is contained in:
Kevin Veen-Birkenbach 2025-02-07 16:06:42 +01:00
parent c3dd6e6a34
commit 38e031da13

View File

@ -159,8 +159,7 @@ h1, h2 {
color: var(--button-text-color) !important; color: var(--button-text-color) !important;
} }
/* Fix for mastodon svgs */ /* Ensure the button itself uses the light text color. Occured in Mastodon */
button svg { button.icon-button {
fill: var(--button-text-color) !important;
color: var(--button-text-color) !important; color: var(--button-text-color) !important;
} }