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>
|
<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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user