From ce484ee66d556924f319517814cd7121485cf5ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20Mi=C5=A1i=C4=87?= Date: Sun, 11 Feb 2024 15:08:00 +0100 Subject: =?UTF-8?q?Fixed=20link=20colours,=20changed=20name=20of=20class?= =?UTF-8?q?=20from=20=E2=80=9Dlicense=E2=80=9D=20to=20=E2=80=9Dbutton?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- beauty.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'beauty.scss') diff --git a/beauty.scss b/beauty.scss index 74d482c..6e622b6 100755 --- a/beauty.scss +++ b/beauty.scss @@ -30,13 +30,13 @@ body { // Link styling section a:link { - color: aqua; + color: #00ffff; } a:visited { - color: blue; + color: #8ad4ff; } a:hover { - color: blue; + color: #ffffff; } } -- cgit v1.2.3