From 1ec8be62a36e3a16b3701e28b5ed48ee81022d0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20Mi=C5=A1i=C4=87?= Date: Mon, 5 Feb 2024 23:40:35 +0100 Subject: Clean up HTML and remove unneccessary divs --- beauty.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'beauty.scss') diff --git a/beauty.scss b/beauty.scss index df9e58d..74d482c 100755 --- a/beauty.scss +++ b/beauty.scss @@ -30,13 +30,13 @@ body { // Link styling section a:link { - color: silver; + color: aqua; } a:visited { - color: aqua; + color: blue; } a:hover { - color: white; + color: blue; } } -- cgit v1.2.3