summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2022-04-19 15:44:34 +0300
committereug-vs <eugene@eug-vs.xyz>2022-04-19 15:44:34 +0300
commitacb9111a3592d1dcb117fc9594ea90d9e82f727d (patch)
treedadf0785bbb7a8bdaeb203487b6e81e5eb800b70
parenta7a039a704360f102ac8c678533c5cf113a499a1 (diff)
downloadeug-vs-xyz-acb9111a3592d1dcb117fc9594ea90d9e82f727d.tar.gz
style: use hover-underline links instead of bold
-rwxr-xr-xheader.html2
-rw-r--r--style.css4
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>
diff --git a/style.css b/style.css
index 72b0700..f100eaf 100644
--- a/style.css
+++ b/style.css
@@ -26,7 +26,9 @@ p {
a {
color: #fabd2f;
text-decoration: none;
- font-weight: 550;
+}
+a:hover {
+ text-decoration: underline;
}
img {
max-width: 100%;