diff --git a/themes/starter/layout/tags.ejs b/themes/starter/layout/tags.ejs
index e3e0f24..42862e4 100644
--- a/themes/starter/layout/tags.ejs
+++ b/themes/starter/layout/tags.ejs
@@ -6,7 +6,7 @@ layout: layout
diff --git a/themes/starter/source/assets/scss/modules/_chronicles.scss b/themes/starter/source/assets/scss/modules/_chronicles.scss
index fcca896..a166291 100644
--- a/themes/starter/source/assets/scss/modules/_chronicles.scss
+++ b/themes/starter/source/assets/scss/modules/_chronicles.scss
@@ -9,9 +9,10 @@
}
.chronicles .links {
- width: 150px;
+ width: 160px;
height: 150px;
margin-bottom: 2em;
+ line-height: 1.7;
}
.chronicles .section-title h4 {
@@ -42,6 +43,10 @@
}
}
+.post__preview:not(.wanted):not(.featured) a:focus > p {
+ color: $coral;
+}
+
.post__preview.wanted p {
margin: .3em 0;
line-height: 1.2;
@@ -104,6 +109,10 @@
margin-top: 0;
}
+.post__preview.featured:hover p:first-child,
+.post__preview.featured:focus p:first-child {
+ color: $golden;
+}
.post__preview.featured > .post__image,
.post__preview.featured .post__content {
diff --git a/themes/starter/source/assets/scss/modules/_network.scss b/themes/starter/source/assets/scss/modules/_network.scss
index aa59151..01383ab 100644
--- a/themes/starter/source/assets/scss/modules/_network.scss
+++ b/themes/starter/source/assets/scss/modules/_network.scss
@@ -40,9 +40,14 @@ img.mascot {
margin: 0 .2em;
}
+
+
@media screen and (max-width: $mq-small) {
.network aside {
display: none;
}
+ .network .connections li:first-of-type {
+ margin-top: 1em;
+ }
}