feat: change arrow, remove underlined sate

This commit is contained in:
Yanislav Igonin 2021-10-07 16:40:47 +03:00
parent 4126b79f72
commit 2491d5b680
2 changed files with 10 additions and 6 deletions

6
static/thread.css Normal file
View File

@ -0,0 +1,6 @@
.thread-title-link {
text-decoration: none;
}
.thread-title-link:hover {
text-decoration: underline;
}

View File

@ -4,16 +4,14 @@
<head> <head>
{{ template "static" }} {{ template "static" }}
{{ template "meta-tags-dynamic" $FirstPost }} {{ template "meta-tags-dynamic" $FirstPost }}
<link <link href="/static/thread.css" rel="stylesheet" >
href="/static/post.css" <link href="/static/post.css" rel="stylesheet" >
rel="stylesheet"
>
</head> </head>
<body> <body>
<a href="/"> <a href="/" class="thread-title-link">
<h1 class="display-1 text-center"> <h1 class="display-1 text-center">
{{ if ne $FirstPost.Title "" }} {{ if ne $FirstPost.Title "" }}
{{$FirstPost.Title}} {{$FirstPost.Title}}
{{ else }} {{ else }}