summaryrefslogtreecommitdiff
path: root/beauty.scss
diff options
context:
space:
mode:
authorMilan Mišić <twoexem@gmail.com>2024-02-05 23:40:35 +0100
committerMilan Mišić <twoexem@gmail.com>2024-02-05 23:40:35 +0100
commit1ec8be62a36e3a16b3701e28b5ed48ee81022d0e (patch)
treeeecee830fe4041cb2f53928b38806f26e2bffeb7 /beauty.scss
parent1d3fac9f738ccf5e0b33b1ba6955103e4dbd3bf4 (diff)
Clean up HTML and remove unneccessary divs
Diffstat (limited to 'beauty.scss')
-rwxr-xr-xbeauty.scss6
1 files changed, 3 insertions, 3 deletions
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;
}
}