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;
}
/* Fix for mastodon svgs */
button svg {
fill: var(--button-text-color) !important;
/* Ensure the button itself uses the light text color. Occured in Mastodon */
button.icon-button {
color: var(--button-text-color) !important;
}
}