mirror of
https://github.com/yanislav-igonin/micrach
synced 2024-12-22 14:22:33 +03:00
feat: change arrow, remove underlined sate
This commit is contained in:
parent
4126b79f72
commit
2491d5b680
6
static/thread.css
Normal file
6
static/thread.css
Normal file
@ -0,0 +1,6 @@
|
||||
.thread-title-link {
|
||||
text-decoration: none;
|
||||
}
|
||||
.thread-title-link:hover {
|
||||
text-decoration: underline;
|
||||
}
|
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user