summaryrefslogtreecommitdiffstats
path: root/sass/parts/_archive.scss
diff options
context:
space:
mode:
authorSkyArrow <tommy351@gmail.com>2012-01-24 18:26:38 +0100
committerSkyArrow <tommy351@gmail.com>2012-01-24 18:26:38 +0100
commit63c69dd23a318f6079ecf6f2e636ba64bc46d6bf (patch)
tree10408e9475e39cd3f39f112e28b692270be913b3 /sass/parts/_archive.scss
parentb563f8747f9655e789878e9da67376be4aa04e30 (diff)
downloadoctopress-theme-jeyzu-63c69dd23a318f6079ecf6f2e636ba64bc46d6bf.zip
octopress-theme-jeyzu-63c69dd23a318f6079ecf6f2e636ba64bc46d6bf.tar.gz
change color code
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 694c0e2..405922d 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 $light-shadow;
+ border-top: 1px solid $gray05;
article.archive{
border-top: none;
}
@@ -13,7 +13,7 @@ section.archive{
}
}
&:last-of-type{
- border-bottom: 1px solid $border;
+ border-bottom: 1px solid $gray04;
article.archive{
border-bottom: none;
}
@@ -30,7 +30,7 @@ section.archive{
position: absolute;
top: -2px;
width: 100%;
- border-top: 1px solid #ddd;
+ border-top: 1px solid $gray04;
}
}
article.archive{
@@ -39,7 +39,7 @@ section.archive{
margin-bottom: 0;
}
.meta{
- color: $font-meta;
+ color: $gray02;
line-height: 2;
margin-top: 15px;
span{
@@ -48,10 +48,10 @@ section.archive{
display: inline-block;
}
a{
- color: $font-meta;
+ color: $gray02;
@include transition(0.3s);
&:hover{
- color: $font-main;
+ color: $gray01;
}
}
.date{