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>
{{ template "static" }}
{{ template "meta-tags-dynamic" $FirstPost }}
<link
href="/static/post.css"
rel="stylesheet"
>
<link href="/static/thread.css" rel="stylesheet" >
<link href="/static/post.css" rel="stylesheet" >
</head>
<body>
<a href="/">
<a href="/" class="thread-title-link">
<h1 class="display-1 text-center">
{{ if ne $FirstPost.Title "" }}
{{$FirstPost.Title}}
{{ else }}