summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--beauty.css2
-rwxr-xr-xbeauty.scss2
2 files changed, 2 insertions, 2 deletions
diff --git a/beauty.css b/beauty.css
index c33ea54..4f82148 100644
--- a/beauty.css
+++ b/beauty.css
@@ -135,7 +135,7 @@ body {
background-size: cover;
background-attachment: fixed;
}
-body a {
+body a:link {
color: silver;
}
body a:visited {
diff --git a/beauty.scss b/beauty.scss
index 4b2abba..3c3afe0 100755
--- a/beauty.scss
+++ b/beauty.scss
@@ -29,7 +29,7 @@ body {
background-attachment: fixed;
// Link styling section
- a {
+ a:link {
color: silver;
}
a:visited {