From 7c62f33724a03aeecce239e18a762b7a62a1fd58 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Sun, 12 May 2024 18:59:59 +0200 Subject: [PATCH] Update the CSS style --- frontend/css/main.css | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/frontend/css/main.css b/frontend/css/main.css index 4995135..a0eee7d 100644 --- a/frontend/css/main.css +++ b/frontend/css/main.css @@ -17,6 +17,15 @@ body { direction: rtl; } +a { + color: #007000; + text-decoration: none; +} + +a:hover { + text-decoration: underline; +} + .header { position: relative; position: -webkit-sticky; @@ -173,6 +182,7 @@ body { .styled-button:hover { background-color: #007000; + text-decoration: none; } .styled-button.styled-button-disabled, .styled-button.styled-button-disabled:hover { @@ -199,10 +209,12 @@ body { .footer a { color: #ffffff; + text-decoration: underline; } .footer a:hover { color: #00ff00; + text-decoration: underline; } .footer-contents { @@ -318,10 +330,12 @@ pre { .header-banner a { color: #ffffff; + text-decoration: underline; } .header-banner a:hover { color: #00ff00; + text-decoration: underline; } input { @@ -369,11 +383,7 @@ input[type=submit]:hover { } a { - color: #ffffff; - } - - a:hover { - color: #00ff00; + color: #00b000; } .header {