From 3d35886051285f5f3cc19dc2fa90ffdc8f8039f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20P?= Date: Thu, 29 Jul 2021 19:07:45 +0200 Subject: [PATCH] Fix bug for home active link; enter button hover --- css/main.css | 3 +++ index.html | 8 +++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index a4e70cd..761ec83 100644 --- a/css/main.css +++ b/css/main.css @@ -66,6 +66,9 @@ header { font-size: 0.9rem; cursor: pointer; } +#title button:hover { + background-color: rgba(254, 254, 254, 0.25); +} /* ---- Navbar ----- */ .active { color: #fff;font-weight:bold; diff --git a/index.html b/index.html index 8c5e6ec..c4e03ab 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@