numerous fixes, blog index, paging, tag index, post show - all liveview
This commit is contained in:
parent
2218a678b1
commit
27a8c22e9f
10 changed files with 178 additions and 177 deletions
assets/css
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue