summaryrefslogtreecommitdiffstats
path: root/sass/parts/_post.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/parts/_post.scss')
-rw-r--r--sass/parts/_post.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/sass/parts/_post.scss b/sass/parts/_post.scss
index de9c78c..fc4bf6d 100644
--- a/sass/parts/_post.scss
+++ b/sass/parts/_post.scss
@@ -1,5 +1,5 @@
.post{
- h1.title, .entry{
+ h1.title, .entry-content{
margin-left: 200px;
@media screen and (max-width: 800px){
margin-left: 0;
@@ -9,8 +9,8 @@
position: absolute;
top: 85px;
line-height: 2;
- font-size: $meta-size;
- color: $gray02;
+ font-size: 0.9em;
+ color: $color-gray02;
width: 170px;
@media screen and (max-width: 800px){
margin-top: 15px;
@@ -18,7 +18,7 @@
width: auto;
}
a{
- @include link-colors($gray02, $gray01);
+ @include link-colors($color-gray02, $color-gray01);
@include transition(0.3s);
}
.date, .tags, .comments{