From b959481e7db7a0112c378290607184863d54243b Mon Sep 17 00:00:00 2001 From: Knah-Tsaeb Date: Thu, 19 Dec 2024 16:43:10 +0100 Subject: [PATCH] Minor change --- public/assets/css/app.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/public/assets/css/app.css b/public/assets/css/app.css index 459cf1c..2dec6cf 100644 --- a/public/assets/css/app.css +++ b/public/assets/css/app.css @@ -194,6 +194,17 @@ header h1 { color: var(--primary); } +header h1 a { + text-decoration: none; + text-decoration: underline transparent; +} + +header h1 a:hover { + color: var(--primary-lighten); + text-decoration: underline var(--primary); + text-decoration-thickness: var(--default-space); +} + header svg { fill: var(--primary-lighten); vertical-align: middle; @@ -416,6 +427,12 @@ pre { padding: 1rem 4rem; position: fixed; right: 0; + text-decoration: none; + +} + +#backtop:hover { + text-decoration: none; } /* Smaller than 992px */