Skip to content

Commit

Permalink
Merge pull request #5 from AmeUsamiya/main
Browse files Browse the repository at this point in the history
update: footer color icons
  • Loading branch information
ttomczak3 committed Nov 29, 2023
2 parents a2ded68 + 8009ca8 commit 2149d15
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 52 deletions.
8 changes: 7 additions & 1 deletion public/github-mark-white.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion public/github-mark.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/li-in-white.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/li-in.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 8 additions & 46 deletions public/mail-white.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion public/mail.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 7 additions & 3 deletions src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@ p {
height: 20px;
width: 20px;
border-radius: 50%;
border: 2px solid white;
border: 2px solid #fdebf3;
}

.foot-btn:hover {
background-color: #375a7f;
background-color: #78c2ad;
}

.light .foot-btn {
border: 2px solid black;
border: 2px solid #1e1e2e;
}

.git-icon {
Expand Down Expand Up @@ -150,6 +150,10 @@ html.light {
color: #fdebf3;
}

.light .foot-btn:hover {
border-color: #78c2ad;
}

.light .git-icon {
content: url("/github-mark.svg");
}
Expand Down

0 comments on commit 2149d15

Please sign in to comment.