summaryrefslogtreecommitdiffstats
path: root/sass/parts/_archive.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/parts/_archive.scss')
-rw-r--r--sass/parts/_archive.scss18
1 files changed, 8 insertions, 10 deletions
diff --git a/sass/parts/_archive.scss b/sass/parts/_archive.scss
index 1a2009c..61442b9 100644
--- a/sass/parts/_archive.scss
+++ b/sass/parts/_archive.scss
@@ -49,8 +49,12 @@
}
span{
margin-right: 30px;
- padding-left: 30px;
@include inline-block;
+ &:before{
+ color: $color-gray03;
+ font: 1.3em $font-icon;
+ padding-right: 10px;
+ }
}
a{
color: $color-gray02;
@@ -59,15 +63,9 @@
color: $color-gray01;
}
}
- .date{
- background: image-url('date.png') 0 center no-repeat;
- }
- .tags{
- background: image-url('tags.png') 0 center no-repeat;
- }
- .comments{
- background: image-url('comments.png') 0 center no-repeat;
- }
+ .date:before{content: "\f073";}
+ .tags:before{content: "\f02c";}
+ .comments:before{content: "\f075";}
}
}
} \ No newline at end of file