diff options
-rwxr-xr-x | header.html | 2 | ||||
-rw-r--r-- | style.css | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/header.html b/header.html index 55b5c27..38a2f3b 100755 --- a/header.html +++ b/header.html @@ -1,5 +1,5 @@ <header class="display: inline"> - <a href="/"> + <a href="/" style="text-decoration: none;"> <img src="/public/eug-vs.png" alt="eug-vs" width="128px"> <h1 style="margin-top: 12px;">Eugene's Space</h1> </a> @@ -26,7 +26,9 @@ p { a { color: #fabd2f; text-decoration: none; - font-weight: 550; +} +a:hover { + text-decoration: underline; } img { max-width: 100%; |