summaryrefslogtreecommitdiffstats
path: root/sass
diff options
context:
space:
mode:
Diffstat (limited to 'sass')
-rw-r--r--sass/parts/_header.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/sass/parts/_header.scss b/sass/parts/_header.scss
index 8949888..dca8a8f 100644
--- a/sass/parts/_header.scss
+++ b/sass/parts/_header.scss
@@ -14,10 +14,10 @@ header{
}
}
a{
- color: $gray01;
@include transition(0.3s);
+ color: $color-gray01;
&:hover{
- color: $main;
+ color: $color-main;
}
}
h1{