From f22326fc95955fcf64fdfec65e5e9721e0d59b0b Mon Sep 17 00:00:00 2001 From: ~purplebored Date: Thu, 25 Sep 2025 21:44:46 +0200 Subject: [PATCH] Add: Vel added an underline for hyperlinks when hooverd over. --- assets/css/style.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/assets/css/style.css b/assets/css/style.css index d18262f..ff15626 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -62,6 +62,21 @@ a { text-decoration: none; color: #447fc6; } + +/* Underlines the hyperlinks */ +::selection { + color: #000000; + background: #a57ae9 +} + +a::selection { + color: #000; + background: #447fc6 +} + +a:not(:has(img)):hover { + text-decoration: underline +} /* End of the code which makes hyperlink usable */ /* The Css for the article website */ .article {