diff --git a/index.html b/index.html index 49facb2b..826bf624 100644 --- a/index.html +++ b/index.html @@ -1021,9 +1021,30 @@ } .footer-icons .icon:hover .fa-github { - color: rgb(20, 15, 15); + color: rgb(20, 15, 15);} /* Change to Github color on hover */ + +.icons { + display: flex; + gap: 10px; + align-items: center; + justify-content: center; +} + +.icon i { + font-size: 24px; + color: #000; + + cursor: pointer; + margin: 0; + padding: 0; } + +.icon i:hover { + color: #555; +} + +