diff --git a/less/topic.less b/less/topic.less
index 9126b62..b38a7a9 100644
--- a/less/topic.less
+++ b/less/topic.less
@@ -197,6 +197,16 @@
border-color: darken(@brand-info, 20%);
box-shadow: 0px 0px 1px @brand-info;
}
+
+ .permalink {
+ &,
+ &:hover,
+ &:focus,
+ &:active {
+ color: @gray-light;
+ text-decoration: underline;
+ }
+ }
}
.content {
diff --git a/templates/partials/topic/post.tpl b/templates/partials/topic/post.tpl
index 8ffc56f..91ca56b 100644
--- a/templates/partials/topic/post.tpl
+++ b/templates/partials/topic/post.tpl
@@ -16,7 +16,7 @@
- [[global:posted_ago, ]]
+ [[global:posted_ago, ]]
• [[global:last_edited_by_ago, {posts.editor.username}, ]]