fix: update post layout and change link hover color
This commit is contained in:
@@ -2,6 +2,12 @@
|
|||||||
layout: "layout.njk"
|
layout: "layout.njk"
|
||||||
---
|
---
|
||||||
<article>
|
<article>
|
||||||
|
<div class="mb-8">
|
||||||
|
<a href="/blog">
|
||||||
|
<i class="fas fa-arrow-left mr-2"></i>
|
||||||
|
Back to all posts
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
<h1>{{ title }}</h1>
|
<h1>{{ title }}</h1>
|
||||||
<p class="text-gray-400">Published on {{ date | readableDate }}</p>
|
<p class="text-gray-400">Published on {{ date | readableDate }}</p>
|
||||||
<br/>
|
<br/>
|
||||||
|
@@ -115,7 +115,7 @@ article a {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
article a:hover {
|
article a:hover {
|
||||||
text-decoration: underline;
|
color: #93c5fd;
|
||||||
}
|
}
|
||||||
article code {
|
article code {
|
||||||
background-color: #374151;
|
background-color: #374151;
|
||||||
|
Reference in New Issue
Block a user