|
@@ -2356,7 +2356,6 @@ table th,
|
|
color: #444444;
|
|
color: #444444;
|
|
font-family: "PT Serif", Times, sans-serif;
|
|
font-family: "PT Serif", Times, sans-serif;
|
|
font-family: var(--font-headings, "PT Serif", Times, sans-serif);
|
|
font-family: var(--font-headings, "PT Serif", Times, sans-serif);
|
|
- font-size: 2.0736rem;
|
|
|
|
letter-spacing: normal;
|
|
letter-spacing: normal;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -2377,6 +2376,13 @@ table th,
|
|
color: currentColor;
|
|
color: currentColor;
|
|
font-family: "PT Serif", Times, sans-serif;
|
|
font-family: "PT Serif", Times, sans-serif;
|
|
font-family: var(--font-base, "PT Serif", Times, sans-serif);
|
|
font-family: var(--font-base, "PT Serif", Times, sans-serif);
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+body:not(.fse-enabled) .site-title {
|
|
|
|
+ font-size: 2.0736rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+body:not(.fse-enabled) .site-description {
|
|
font-size: 0.83333rem;
|
|
font-size: 0.83333rem;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -2535,7 +2541,6 @@ table th,
|
|
display: block;
|
|
display: block;
|
|
font-family: "PT Sans", Arial, sans-serif;
|
|
font-family: "PT Sans", Arial, sans-serif;
|
|
font-family: var(--font-headings, "PT Sans", Arial, sans-serif);
|
|
font-family: var(--font-headings, "PT Sans", Arial, sans-serif);
|
|
- font-size: 0.83333rem;
|
|
|
|
font-weight: 700;
|
|
font-weight: 700;
|
|
padding: 8px 0;
|
|
padding: 8px 0;
|
|
}
|
|
}
|
|
@@ -2593,6 +2598,10 @@ table th,
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+body:not(.fse-enabled) .main-navigation a {
|
|
|
|
+ font-size: 0.83333rem;
|
|
|
|
+}
|
|
|
|
+
|
|
.social-navigation > div > ul {
|
|
.social-navigation > div > ul {
|
|
align-content: center;
|
|
align-content: center;
|
|
display: flex;
|
|
display: flex;
|
|
@@ -2716,7 +2725,6 @@ table th,
|
|
.footer-navigation .footer-menu a {
|
|
.footer-navigation .footer-menu a {
|
|
font-family: "PT Sans", Arial, sans-serif;
|
|
font-family: "PT Sans", Arial, sans-serif;
|
|
font-family: var(--font-base, "PT Sans", Arial, sans-serif);
|
|
font-family: var(--font-base, "PT Sans", Arial, sans-serif);
|
|
- font-size: 0.83333rem;
|
|
|
|
font-weight: 700;
|
|
font-weight: 700;
|
|
padding: 16px;
|
|
padding: 16px;
|
|
color: currentColor;
|
|
color: currentColor;
|
|
@@ -2730,6 +2738,10 @@ table th,
|
|
color: #0C80A1;
|
|
color: #0C80A1;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+body:not(.fse-enabled) .footer-menu a {
|
|
|
|
+ font-size: 0.83333rem;
|
|
|
|
+}
|
|
|
|
+
|
|
.entry-title {
|
|
.entry-title {
|
|
font-size: 1.728rem;
|
|
font-size: 1.728rem;
|
|
letter-spacing: normal;
|
|
letter-spacing: normal;
|