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 {