summaryrefslogtreecommitdiff
path: root/beauty.scss
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.scss
parent754ed71d361d555af672fe2836e9438d1acbd27f (diff)
Fixed wrong link colour
Diffstat (limited to 'beauty.scss')
-rwxr-xr-xbeauty.scss2
1 files changed, 1 insertions, 1 deletions
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 {