diff --git a/roles/nginx-global-css/templates/global.css.j2 b/roles/nginx-global-css/templates/global.css.j2 index b27df767..f61280b9 100644 --- a/roles/nginx-global-css/templates/global.css.j2 +++ b/roles/nginx-global-css/templates/global.css.j2 @@ -158,3 +158,9 @@ h1, h2 { #dynamicModalContent { color: var(--button-text-color) !important; } + +/* Fix for mastodon svgs */ +button svg { + fill: var(--button-text-color) !important; + color: var(--button-text-color) !important; +}