Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vaga/hugo-theme-m10c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/_base.scss')
-rw-r--r--assets/css/_base.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/_base.scss b/assets/css/_base.scss
index eb9e90e..59c6291 100644
--- a/assets/css/_base.scss
+++ b/assets/css/_base.scss
@@ -19,11 +19,11 @@ h1, h2, h3, h4, h5, h6 {
a {
color: $primary-color;
+ transition: color 0.8s;
text-decoration: none;
&:hover {
color: $lightest-color;
- transition: color 0.8s;
}
}