Merge pull request #1510 from spotify/shmidt-i/fix-favicon-styles

fix: favicon styles incapsulation
This commit is contained in:
Ivan Shmidt
2020-07-02 09:18:12 +02:00
committed by GitHub
+4 -4
View File
@@ -1,13 +1,13 @@
<svg id="Assets" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 337.46 428.5">
<svg id="favicon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 337.46 428.5">
<title>
favicon
Backstage favicon
</title>
<style>
path {
#favicon path {
fill: #121212;
}
@media (prefers-color-scheme: dark) {
path {
#favicon path {
fill: #7df3e1;
}
}

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB