Skip to content

Commit

Permalink
Update favicon and use invert filter for tBTC footer logo
Browse files Browse the repository at this point in the history
This was using an explicit color for paths, but that messes with the
latest SVG iteration by making some paths white that should be black in
an inverted color scheme, making them invisible.
  • Loading branch information
Shadowfiend committed May 1, 2024
1 parent 5f4643f commit 1490c34
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 30 deletions.
5 changes: 1 addition & 4 deletions src/css/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ footer {
svg {
transform-origin: top left;
transform: rotate(-90deg) translate(-100%, 0);

path {
fill: $white;
}
filter: invert();
}
}

Expand Down
57 changes: 31 additions & 26 deletions src/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1490c34

Please sign in to comment.