Skip to content

Commit

Permalink
Tweak colors of the email icon in the icon font
Browse files Browse the repository at this point in the history
  • Loading branch information
cuu508 committed Feb 7, 2025
1 parent 41beaea commit 3c5c5f5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions static/css/icomoon.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@font-face {
font-family: "icomoon";
src:
url("../fonts/icomoon.ttf?es1cqw") format("truetype"),
url("../fonts/icomoon.woff?es1cqw") format("woff"),
url("../fonts/icomoon.svg?es1cqw#icomoon") format("svg");
url("../fonts/icomoon.ttf?c3nntr") format("truetype"),
url("../fonts/icomoon.woff?c3nntr") format("woff"),
url("../fonts/icomoon.svg?c3nntr#icomoon") format("svg");
font-weight: normal;
font-style: normal;
font-display: block;
Expand Down Expand Up @@ -177,7 +177,7 @@
.ic-email:after {
content: "\e92b";
margin-left: -1em;
color: rgb(79, 93, 115);
color: rgb(89, 140, 220);
}
.ic-webhook:after {
content: "\e908";
Expand Down
4 changes: 2 additions & 2 deletions static/fonts/icomoon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/fonts/icomoon.ttf
Binary file not shown.
Binary file modified static/fonts/icomoon.woff
Binary file not shown.
Loading

0 comments on commit 3c5c5f5

Please sign in to comment.