|
@@ -2352,7 +2352,6 @@ table th,
|
|
|
color: #000000;
|
|
|
font-family: "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
|
|
|
font-family: var(--font-headings, "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif);
|
|
|
- font-size: 1.74901rem;
|
|
|
letter-spacing: normal;
|
|
|
line-height: 1;
|
|
|
}
|
|
@@ -2374,6 +2373,13 @@ table th,
|
|
|
color: currentColor;
|
|
|
font-family: "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
|
|
|
font-family: var(--font-base, "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif);
|
|
|
+}
|
|
|
+
|
|
|
+body:not(.fse-enabled) .site-title {
|
|
|
+ font-size: 1.74901rem;
|
|
|
+}
|
|
|
+
|
|
|
+body:not(.fse-enabled) .site-description {
|
|
|
font-size: 1.74901rem;
|
|
|
}
|
|
|
|
|
@@ -2532,7 +2538,6 @@ table th,
|
|
|
display: block;
|
|
|
font-family: "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
|
|
|
font-family: var(--font-headings, "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif);
|
|
|
- font-size: 1rem;
|
|
|
font-weight: 600;
|
|
|
padding: 8px 0;
|
|
|
}
|
|
@@ -2590,6 +2595,10 @@ table th,
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
|
|
|
+body:not(.fse-enabled) .main-navigation a {
|
|
|
+ font-size: 1rem;
|
|
|
+}
|
|
|
+
|
|
|
.social-navigation > div > ul {
|
|
|
align-content: center;
|
|
|
display: flex;
|
|
@@ -2713,7 +2722,6 @@ table th,
|
|
|
.footer-navigation .footer-menu a {
|
|
|
font-family: "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
|
|
|
font-family: var(--font-base, "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif);
|
|
|
- font-size: 0.86957rem;
|
|
|
font-weight: 600;
|
|
|
padding: 16px;
|
|
|
color: currentColor;
|
|
@@ -2727,6 +2735,10 @@ table th,
|
|
|
color: #005177;
|
|
|
}
|
|
|
|
|
|
+body:not(.fse-enabled) .footer-menu a {
|
|
|
+ font-size: 0.86957rem;
|
|
|
+}
|
|
|
+
|
|
|
.entry-title {
|
|
|
font-size: 2.01136rem;
|
|
|
letter-spacing: normal;
|