From df6a013db3a86229cac086d02d14ecd2c21380c0 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Mon, 20 May 2024 21:44:05 +0200 Subject: [PATCH] feat: remove link to profile --- templates/threads.html | 42 +++++++++++------------------------------- 1 file changed, 11 insertions(+), 31 deletions(-) diff --git a/templates/threads.html b/templates/threads.html index 4ca12d2..cf28532 100644 --- a/templates/threads.html +++ b/templates/threads.html @@ -180,17 +180,6 @@ } } - & .author a { - display: block; - text-decoration: none; - color: var(--text-color-dark); - - &:hover { - text-decoration: underline; - } - - } - } & .action { @@ -233,9 +222,6 @@ & .action { color: var(--color-brand-complement); } - & .heading .author a { - color: #f8f9fa; - } & .heading .right_menu a{ color: var(--text-color-light); @@ -279,18 +265,16 @@
  • {% if thread.account.avatar is defined %} - - avatar of {{ thread.account.display_name }} - + avatar of {{ thread.account.display_name }} {% endif %}
    -

    - +

    @@ -298,7 +282,7 @@ {{ thread.created_at }} · - anchor + Anchor
    @@ -354,20 +338,16 @@
  • {% if descendant.account.avatar is defined %} - - avatar of {{ descendant.account.display_name }} - + avatar of {{ descendant.account.display_name }} {% endif %}
    -

    - +