diff --git a/assets/themes/default/_global.scss b/assets/themes/default/_global.scss
index d28d23a4..ffa28959 100644
--- a/assets/themes/default/_global.scss
+++ b/assets/themes/default/_global.scss
@@ -190,7 +190,28 @@ p.error {
background: $gray;
- text-overflow: ellipsis;
+ text-overflow: ellipsis;
+
+ footer.authors {
+ div {
+ float: left;
+ margin-right: 0.25em;
+ }
+
+ .likes { color: $red; }
+ .reshares { color: $primary; }
+
+ span.likes, span.resahres {
+ font-family: "Route159",serif;
+ font-size: 1em;
+ }
+
+ svg.feather {
+ width: 0.85em;
+ height: 0.85em;
+ }
+ }
+
> * {
margin: 20px;
diff --git a/templates/partials/post_card.rs.html b/templates/partials/post_card.rs.html
index d0475e95..99fae87a 100644
--- a/templates/partials/post_card.rs.html
+++ b/templates/partials/post_card.rs.html
@@ -17,17 +17,30 @@
@article.subtitle