aboutsummaryrefslogtreecommitdiff
path: root/_scss/components
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2018-04-24 14:30:31 +0300
committerValentin Popov <info@valentineus.link>2018-04-24 14:30:31 +0300
commit6ff3c172255f598b8230b6a8c72671f07b328098 (patch)
tree7a46d6f80f40674f873a66783190f7b4cd11b8d9 /_scss/components
parentf88e612da5735fb33fdc85b1853db5069e9f3557 (diff)
downloadpopov.link-6ff3c172255f598b8230b6a8c72671f07b328098.tar.xz
popov.link-6ff3c172255f598b8230b6a8c72671f07b328098.zip
Decor link
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_scss/components')
-rw-r--r--_scss/components/theme/_link.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/_scss/components/theme/_link.scss b/_scss/components/theme/_link.scss
new file mode 100644
index 0000000..6dac3e1
--- /dev/null
+++ b/_scss/components/theme/_link.scss
@@ -0,0 +1,9 @@
+a {
+ color: $color-primary;
+ text-decoration: none;
+
+ &:focus,
+ &:hover {
+ color: $color-secondary;
+ }
+}