diff --git a/templates/threads.html b/templates/threads.html index fc7d8b2..bd00a70 100644 --- a/templates/threads.html +++ b/templates/threads.html @@ -60,14 +60,22 @@ } & .meta { - font-size: small; color: #888; margin-bottom: 5px; + + & a { + font-size: small; + color: #888; + } + & a:hover { + color: blue; + } + } } .card_avatar img { border: 1px solid rgba(34, 34, 34, 0.35); - border-radius: 50%; + border-radius: 5px; display: inline; width: 50px; } @@ -93,7 +101,7 @@