diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-05-27 03:33:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-27 03:33:39 +0200 |
commit | 8d5dcc9301c422f131167574da550f8cdaedb73f (patch) | |
tree | 970805d637cd4ffa9bf5bea2efd046ce8bc1ad82 /app/javascript/styles/mastodon-light | |
parent | 3b9c02506d5046a66ff84b2c787098481a27bda7 (diff) |
Use `<use />` to render transparent SVG logo instead of inserting it (#10845)
Diffstat (limited to 'app/javascript/styles/mastodon-light')
-rw-r--r-- | app/javascript/styles/mastodon-light/diff.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/styles/mastodon-light/diff.scss b/app/javascript/styles/mastodon-light/diff.scss index 48236a286..d35a59821 100644 --- a/app/javascript/styles/mastodon-light/diff.scss +++ b/app/javascript/styles/mastodon-light/diff.scss @@ -306,7 +306,7 @@ .button.logo-button { color: $white; - svg path:first-child { + svg { fill: $white; } } |