diff --git a/public/github-mark-white.svg b/public/github-mark-white.svg index d5e6491..9d2601b 100644 --- a/public/github-mark-white.svg +++ b/public/github-mark-white.svg @@ -1 +1,7 @@ - \ No newline at end of file + + github-mark-white-svg + + + \ No newline at end of file diff --git a/public/github-mark.svg b/public/github-mark.svg index 37fa923..7421191 100644 --- a/public/github-mark.svg +++ b/public/github-mark.svg @@ -1 +1,7 @@ - \ No newline at end of file + + github-mark-white-svg + + + \ No newline at end of file diff --git a/public/li-in-white.png b/public/li-in-white.png index 1f03736..a48b765 100644 Binary files a/public/li-in-white.png and b/public/li-in-white.png differ diff --git a/public/li-in.png b/public/li-in.png index 8bc2d53..95af296 100644 Binary files a/public/li-in.png and b/public/li-in.png differ diff --git a/public/mail-white.svg b/public/mail-white.svg index e3bda2b..fb15fb9 100644 --- a/public/mail-white.svg +++ b/public/mail-white.svg @@ -1,46 +1,8 @@ - - - - - - - - + + mail-white-svg + + + + \ No newline at end of file diff --git a/public/mail.svg b/public/mail.svg index af5997a..7ea8112 100644 --- a/public/mail.svg +++ b/public/mail.svg @@ -1 +1,8 @@ - \ No newline at end of file + + mail-white-svg + + + + \ No newline at end of file diff --git a/src/styles/global.css b/src/styles/global.css index 91cfbd6..6a7aebc 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -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 { @@ -150,6 +150,10 @@ html.light { color: #fdebf3; } +.light .foot-btn:hover { + border-color: #78c2ad; +} + .light .git-icon { content: url("/github-mark.svg"); }