Skip to content

Commit

Permalink
Slightly reduce blackness of svgs on white background
Browse files Browse the repository at this point in the history
  • Loading branch information
dginovker committed Jul 13, 2023
1 parent 7eb7ae9 commit 8cb0a65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,7 @@
[data-bs-theme="dark"] .svg-icon {
fill: #ADB5BD;
}

[data-bs-theme="light"] .svg-icon {
fill: #101214;
}

0 comments on commit 8cb0a65

Please sign in to comment.