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.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/scss/components/_link.scss b/src/scss/components/_link.scss
index 73f6e00..7a85e3f 100644
--- a/src/scss/components/_link.scss
+++ b/src/scss/components/_link.scss
@@ -8,3 +8,9 @@
8.c-link:hover { 8.c-link:hover {
9 opacity: 0.8; 9 opacity: 0.8;
10} 10}
11
12.c-link--normal {
13 text-decoration: none;
14 cursor: pointer;
15 color: $color-primary;
16}