9 lines
188 B
CSS
9 lines
188 B
CSS
.icon-mastodon {
|
|
background-image: url('../img/app-dark.svg');
|
|
filter: var(--background-invert-if-dark);
|
|
}
|
|
|
|
body.theme--dark .icon-mastodon {
|
|
background-image: url('../img/app.svg');
|
|
}
|