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 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;
}
}