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 @@