diff --git a/static/style.css b/static/style.css
index 5a49503..aceb215 100644
--- a/static/style.css
+++ b/static/style.css
@@ -27,6 +27,16 @@ frame, body {
overflow-wrap: break-word;
}
+.pleroma-reactions #place-react{
+ border: 1px solid grey;
+ background-color: transparent
+}
+
+.pleroma-reactions #place-unreact{
+ border: 1px solid bisque;
+ background-color: transparent
+}
+
.status-name {
overflow-wrap: break-word;
}
diff --git a/templates/status.tmpl b/templates/status.tmpl
index 1d12372..fd34a45 100644
--- a/templates/status.tmpl
+++ b/templates/status.tmpl
@@ -117,9 +117,9 @@
{{if .Url}}
-
+
{{else}}
-
+
{{end}}
{{end}}