assets/css/article.css in arrow-jekyll-theme-0.1.3 vs assets/css/article.css in arrow-jekyll-theme-0.1.4
- old
+ new
@@ -6,17 +6,26 @@
.article hgroup time {
color: gray;
}
+.article h1,
+.article h2,
+.article h3,
+.article h4,
+.article h5,
+.article h6 {
+ font-family: "Georgia", sans-serif;
+}
+
.tags {
margin-top: 2rem;
}
.fin {
text-align: center;
- font-size: 90%;
+ font-size: 70%;
color: var(--color-text--primary);
margin-block: 1rem 2rem;
}
.footnotes {
@@ -28,6 +37,12 @@
.footnotes:before {
content: "";
font-weight: bold;
font-size: 0.9rem;
+}
+
+@media screen and (min-width: 600px) {
+ .fin {
+ font-size: 90%;
+ }
}