diff --git a/static/css/index.css b/static/css/index.css index 4373430..fa68e3b 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -72,6 +72,19 @@ a:hover { text-decoration: underline; } +a:hover * { + fill: black; +} + +#githubLink { + display: flex; +} + +#githubLink svg { + margin-right: 5px; + fill: rgb(150, 150, 150); +} + .infoitem { flex: 1; display: flex; diff --git a/templates/index.html b/templates/index.html index 34deda3..2af3b56 100644 --- a/templates/index.html +++ b/templates/index.html @@ -44,7 +44,7 @@ - github.com + github.com