summaryrefslogtreecommitdiff
path: root/beauty.css
diff options
context:
space:
mode:
authorMilan Mišić <fridolin.411@web.de>2024-01-29 00:55:55 +0100
committerMilan Mišić <fridolin.411@web.de>2024-01-29 00:55:55 +0100
commit335f978dab86f847f24dbef3e927f4b776b4d60a (patch)
treed5e93137e9e2edf196a82047cd78de724068fe6f /beauty.css
parent754ed71d361d555af672fe2836e9438d1acbd27f (diff)
Fixed wrong link colour
Diffstat (limited to 'beauty.css')
-rw-r--r--beauty.css2
1 files changed, 1 insertions, 1 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 {