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:
parent
5bf2ffe70e
commit
5826b560ac
4 changed files with 14 additions and 8 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue