tags in home are links, inline with dates separated by a pipe; dates and tags have appropriate accompanying icons; specific tag section is now titled 'Tag: #sometag'

This commit is contained in:
Gabriele Musco 2021-01-03 13:15:46 +01:00
parent 5bf2ffe70e
commit 5826b560ac
No known key found for this signature in database
GPG key ID: 8539FD3454380B83
4 changed files with 14 additions and 8 deletions

View file

@ -22,7 +22,7 @@ a {
text-decoration: none;
border-bottom: 2px solid $fg_color;
&:hover {
border-bottom: 2px solid $accent_color;
border-color: $accent_color !important;
}
}
@ -128,8 +128,9 @@ pre code {
padding: 0
}
.date {
.date, .date a {
color: $dim_fg_color;
border-color: $dim_fg_color;
font-size: .9em;
}