summaryrefslogtreecommitdiff
path: root/beauty.scss
diff options
context:
space:
mode:
authorMilan Mišić <twoexem@gmail.com>2024-02-11 15:08:00 +0100
committerMilan Mišić <twoexem@gmail.com>2024-02-11 15:08:00 +0100
commitce484ee66d556924f319517814cd7121485cf5ed (patch)
treed7a0715c213889d75c3df03d91b342f787a3a703 /beauty.scss
parent1ec8be62a36e3a16b3701e28b5ed48ee81022d0e (diff)
Fixed link colours, changed name of class from ”license” to ”button”
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;
}
}