From 2491d5b680add4dd474a4372cd674e42aa957e8f Mon Sep 17 00:00:00 2001 From: Yanislav Igonin Date: Thu, 7 Oct 2021 16:40:47 +0300 Subject: [PATCH] feat: change arrow, remove underlined sate --- static/thread.css | 6 ++++++ templates/thread.html | 10 ++++------ 2 files changed, 10 insertions(+), 6 deletions(-) create mode 100644 static/thread.css diff --git a/static/thread.css b/static/thread.css new file mode 100644 index 0000000..60e698a --- /dev/null +++ b/static/thread.css @@ -0,0 +1,6 @@ +.thread-title-link { + text-decoration: none; +} +.thread-title-link:hover { + text-decoration: underline; +} \ No newline at end of file diff --git a/templates/thread.html b/templates/thread.html index 1a7503d..312b3d0 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -4,16 +4,14 @@ {{ template "static" }} {{ template "meta-tags-dynamic" $FirstPost }} - + + - +

- ↵ + ⤶ {{ if ne $FirstPost.Title "" }} {{$FirstPost.Title}} {{ else }}