diff --git a/_layouts/default-home.html b/_layouts/default-home.html
index 35b32d5..8ab1769 100644
--- a/_layouts/default-home.html
+++ b/_layouts/default-home.html
@@ -46,6 +46,9 @@
diff --git a/assets/main.scss b/assets/main.scss
index 81ca844..3bb8c4e 100644
--- a/assets/main.scss
+++ b/assets/main.scss
@@ -240,8 +240,9 @@ article .post-content p {
}
.subscription-message-thumb img {
- border: 3px solid #80ae3c;
border-radius: 50%;
+ border: 1px solid hsla(0, 0%, 100%, .3) !important;
+ margin: 2px;
}
@media screen and (max-width: 600px) {