diff --git a/_includes/post-list.html b/_includes/post-list.html index 931ab4f..f2ed65b 100644 --- a/_includes/post-list.html +++ b/_includes/post-list.html @@ -1,7 +1,7 @@
{{ post.date | date: "%Y-%m-%d" }}
{{ post.title }}
diff --git a/_sass/post-list.scss b/_sass/post-list.scss index e08905c..561e6e3 100644 --- a/_sass/post-list.scss +++ b/_sass/post-list.scss @@ -7,6 +7,7 @@ ul.postlist { a.postlink { display: flex; text-decoration: none; + gap: 1.5rem; p#date { color: $unfocused; @@ -15,7 +16,7 @@ a.postlink { p#title { color: $foreground; - *:hover { + &:hover { text-decoration: underline; } }