Skip to content

Commit

Permalink
feat: fix svg fill
Browse files Browse the repository at this point in the history
  • Loading branch information
zugdev committed Feb 4, 2025
1 parent 0e1a994 commit 6cb48bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions static/styles/rewards/light-mode.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
svg path {
fill: #000;
}
#logo-icon > svg {
fill: #000;
#logo-icon {
color: #000;
}
#logo > div#logo-text > span {
color: #000;
Expand Down
5 changes: 4 additions & 1 deletion static/styles/rewards/pay.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,17 @@ header {
text-rendering: geometricPrecision;
}

#logo-icon {
color: #fff;
}

#logo-icon > svg {
height: 28px;
display: block;
margin: 0;
width: 28px;
padding: 0;
margin-right: 6px;
fill: #fff;
}

#logo > div#logo-text {
Expand Down

0 comments on commit 6cb48bd

Please sign in to comment.