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.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/scss/components/_link.scss b/src/scss/components/_link.scss
new file mode 100644
index 0000000..ec9fa4e
--- /dev/null
+++ b/src/scss/components/_link.scss
@@ -0,0 +1,9 @@
1.c-link {
2 text-decoration: none;
3 color: $color-white;
4 font-weight: bold;
5}
6
7.c-link:hover {
8 opacity: 0.8;
9}