From acb9111a3592d1dcb117fc9594ea90d9e82f727d Mon Sep 17 00:00:00 2001 From: eug-vs Date: Tue, 19 Apr 2022 15:44:34 +0300 Subject: style: use hover-underline links instead of bold --- header.html | 2 +- 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 @@
- + eug-vs

Eugene's Space

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%; -- cgit v1.2.3