mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-23 12:51:54 +01:00
Added potential fix for mastodon styling bug
This commit is contained in:
parent
26ffabf0a5
commit
8b9bd80d20
@ -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;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user