Added potential fix for mastodon styling bug

This commit is contained in:
Kevin Veen-Birkenbach 2025-02-07 15:24:45 +01:00
parent 26ffabf0a5
commit 8b9bd80d20

View File

@ -158,3 +158,9 @@ h1, h2 {
#dynamicModalContent { #dynamicModalContent {
color: var(--button-text-color) !important; color: var(--button-text-color) !important;
} }
/* Fix for mastodon svgs */
button svg {
fill: var(--button-text-color) !important;
color: var(--button-text-color) !important;
}