diff --git a/public/css/home.css b/public/css/home.css index 02271d6..7e7562a 100644 --- a/public/css/home.css +++ b/public/css/home.css @@ -560,12 +560,21 @@ footer a:hover { margin-left: auto; margin-top: 30px; } -.footer-icons a img { +.footer-icons a svg { width: 40px; height: 40px; margin-right: 30px; } +.footer-icons a svg path { + transition: color 0.3s ease 0s; +} + +.footer-icons a svg:active path, +.footer-icons a svg:focus path, +.footer-icons a svg:hover path { + color: aquamarine; +} @media only screen and (max-width: 1100px) { .nav__links, diff --git a/public/svg/discord.svg b/public/svg/discord.svg deleted file mode 100644 index 07ac29a..0000000 --- a/public/svg/discord.svg +++ /dev/null @@ -1,3 +0,0 @@ - \ No newline at end of file diff --git a/public/svg/github.svg b/public/svg/github.svg deleted file mode 100644 index b075336..0000000 --- a/public/svg/github.svg +++ /dev/null @@ -1,3 +0,0 @@ - \ No newline at end of file diff --git a/views/home.ejs b/views/home.ejs index dc78a41..e592df0 100644 --- a/views/home.ejs +++ b/views/home.ejs @@ -191,8 +191,16 @@ License.