summaryrefslogtreecommitdiffstats
path: root/sass/parts/_twitter.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/parts/_twitter.scss')
-rw-r--r--sass/parts/_twitter.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/sass/parts/_twitter.scss b/sass/parts/_twitter.scss
index e6a7736..6a8e6a1 100644
--- a/sass/parts/_twitter.scss
+++ b/sass/parts/_twitter.scss
@@ -1,5 +1,5 @@
#banner{
- color: $gray02;
+ color: $color-gray02;
padding: 30px 0;
line-height: 30px;
text-align: center;
@@ -8,11 +8,11 @@
@include border-shadow();
&:hover{
a{
- color: $main;
+ color: $color-main;
}
}
a{
- color: $gray02;
+ color: $color-gray02;
@include transition(0.3s);
&:hover{
text-decoration: underline;