diff --git a/static/css/main.css b/static/css/main.css index d765573..80c4d04 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -1540,7 +1540,7 @@ a:focus { justify-content: center; transition: background-color 0.2s ease; border-radius: 4px; - margin-right: 0.5rem; + margin: 0 0.5rem; } .hamburger-btn:hover { @@ -1608,7 +1608,7 @@ a:focus { .section-icon { vertical-align: middle; margin-right: 0.5rem; - color: var(--accent-blue); + color: var(--text-gray); } /* Smooth scrolling */ diff --git a/templates/index.html b/templates/index.html index 58a8fe7..65cbdb7 100644 --- a/templates/index.html +++ b/templates/index.html @@ -97,14 +97,15 @@