summaryrefslogtreecommitdiff
path: root/beauty.scss
diff options
context:
space:
mode:
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;
}
}