diff --git a/website/index.html b/website/index.html index 7a4e53e..08301a1 100644 --- a/website/index.html +++ b/website/index.html @@ -49,7 +49,7 @@ text-decoration: none; } #header a:hover { - text-decoration: underline; + opacity: 0.7; } #header div:nth-child(2) { flex-grow: 1; @@ -98,14 +98,14 @@
@@ -184,7 +184,7 @@ { stateName: 'geolocation-button', title: 'Center map to current IP geolocation', - icon: 'fa-crosshairs', + icon: 'fa-crosshairs fa-lg', onClick: () => { fetch(`https://ipinfo.io/json?token=${ipinfoToken}`) .then(r => r.json())