numerous fixes, blog index, paging, tag index, post show - all liveview

This commit is contained in:
Adam Piontek 2021-04-05 21:40:43 -04:00
parent 2218a678b1
commit 27a8c22e9f
10 changed files with 178 additions and 177 deletions
assets/css

View file

@ -47,12 +47,21 @@ body {
height: 100%;
}
a {
color: $secondary;
color: $gray-100;
border-bottom: $secondary 2px solid;
text-decoration: none;
&.navbar-brand {
border-bottom: none;
}
&:visited {
color: $info;
.post-title & {
color: $gray-100;
}
}
&:hover {
color: $primary;
text-decoration: none;
}
}
.border-gray-900 {
@ -94,6 +103,7 @@ a {
/* social icons */
#social-icons .link-light {
border-bottom: none;
color: $gray-100;
&:hover {
color: $primary;
@ -128,9 +138,10 @@ a {
.post-title a {
color: $gray-100;
text-decoration: none;
border-bottom: none;
&:hover {
color: $primary;
text-decoration: underline;
border-bottom: $secondary 3px solid;
}
}
.post-lede,