diff --git a/static/css/main.css b/static/css/main.css index 164d439..3aea972 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -1107,6 +1107,16 @@ footer { font-size: 0.85rem; } +/* GitHub repository link styling */ +.github-repo-link { + color: whitesmoke !important; + transition: color 0.2s ease-in-out; +} + +.github-repo-link:hover { + color: #66B3FF !important; +} + /* CV Version Toggle Animations */ @keyframes fadeInGrow { diff --git a/templates/index.html b/templates/index.html index 52e822e..4238b56 100644 --- a/templates/index.html +++ b/templates/index.html @@ -241,7 +241,7 @@