aboutsummaryrefslogtreecommitdiff
path: root/src/scss/components/_link.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/scss/components/_link.scss')
-rw-r--r--src/scss/components/_link.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scss/components/_link.scss b/src/scss/components/_link.scss
index ec9fa4e..a51e9ed 100644
--- a/src/scss/components/_link.scss
+++ b/src/scss/components/_link.scss
@@ -2,6 +2,7 @@
2 text-decoration: none; 2 text-decoration: none;
3 color: $color-white; 3 color: $color-white;
4 font-weight: bold; 4 font-weight: bold;
5 cursor: pointer;
5} 6}
6 7
7.c-link:hover { 8.c-link:hover {