summaryrefslogtreecommitdiffstats
path: root/sass/parts/_archive.scss
diff options
context:
space:
mode:
authorTommy Chen <tommy351@gmail.com>2012-06-02 05:29:26 +0200
committerTommy Chen <tommy351@gmail.com>2012-06-02 05:29:26 +0200
commitf94661134e80e56cfbdcb2fa5e2b70a43b7ade50 (patch)
treec393b5e9bcca897474fe7da0f5e7f96ed430343a /sass/parts/_archive.scss
parentaf4cdaa2884a86235078110fc2bb445bb1ebef21 (diff)
downloadoctopress-theme-jeyzu-f94661134e80e56cfbdcb2fa5e2b70a43b7ade50.zip
octopress-theme-jeyzu-f94661134e80e56cfbdcb2fa5e2b70a43b7ade50.tar.gz
add color prefix
Diffstat (limited to 'sass/parts/_archive.scss')
-rw-r--r--sass/parts/_archive.scss12
1 files changed, 6 insertions, 6 deletions
diff --git a/sass/parts/_archive.scss b/sass/parts/_archive.scss
index 6b5ee75..4d06f08 100644
--- a/sass/parts/_archive.scss
+++ b/sass/parts/_archive.scss
@@ -1,7 +1,7 @@
section.archive{
position: relative;
&:first-of-type{
- border-top: 1px solid $gray05;
+ border-top: 1px solid $color-gray05;
article.archive{
border-top: none;
}
@@ -13,7 +13,7 @@ section.archive{
}
}
&:last-of-type{
- border-bottom: 1px solid $gray04;
+ border-bottom: 1px solid $color-gray04;
article.archive{
border-bottom: none;
}
@@ -30,7 +30,7 @@ section.archive{
position: absolute;
top: -2px;
width: 100%;
- border-top: 1px solid $gray04;
+ border-top: 1px solid $color-gray04;
}
@media screen and (max-width: 600px){
position: relative;
@@ -53,7 +53,7 @@ section.archive{
margin-bottom: 0;
}
.meta{
- color: $gray02;
+ color: $color-gray02;
line-height: 2;
margin-top: 15px;
@media screen and (max-width: 600px){
@@ -65,10 +65,10 @@ section.archive{
@include inline-block;
}
a{
- color: $gray02;
+ color: $color-gray02;
@include transition(0.3s);
&:hover{
- color: $gray01;
+ color: $color-gray01;
}
}
.date{