Shawburn: pull changes from varia
This commit is contained in:
parent
80db8362cb
commit
3687cf2523
2 changed files with 30 additions and 6 deletions
|
@ -2356,7 +2356,6 @@ table th,
|
|||
color: #444444;
|
||||
font-family: "PT Serif", Times, sans-serif;
|
||||
font-family: var(--font-headings, "PT Serif", Times, sans-serif);
|
||||
font-size: 2.0736rem;
|
||||
letter-spacing: normal;
|
||||
}
|
||||
|
||||
|
@ -2377,6 +2376,13 @@ table th,
|
|||
color: currentColor;
|
||||
font-family: "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;
|
||||
}
|
||||
|
||||
|
@ -2535,7 +2541,6 @@ table th,
|
|||
display: block;
|
||||
font-family: "PT Sans", Arial, sans-serif;
|
||||
font-family: var(--font-headings, "PT Sans", Arial, sans-serif);
|
||||
font-size: 0.83333rem;
|
||||
font-weight: 700;
|
||||
padding: 8px 0;
|
||||
}
|
||||
|
@ -2593,6 +2598,10 @@ table th,
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
body:not(.fse-enabled) .main-navigation a {
|
||||
font-size: 0.83333rem;
|
||||
}
|
||||
|
||||
.social-navigation > div > ul {
|
||||
align-content: center;
|
||||
display: flex;
|
||||
|
@ -2716,7 +2725,6 @@ table th,
|
|||
.footer-navigation .footer-menu a {
|
||||
font-family: "PT Sans", Arial, sans-serif;
|
||||
font-family: var(--font-base, "PT Sans", Arial, sans-serif);
|
||||
font-size: 0.83333rem;
|
||||
font-weight: 700;
|
||||
padding: 16px;
|
||||
color: currentColor;
|
||||
|
@ -2730,6 +2738,10 @@ table th,
|
|||
color: #0C80A1;
|
||||
}
|
||||
|
||||
body:not(.fse-enabled) .footer-menu a {
|
||||
font-size: 0.83333rem;
|
||||
}
|
||||
|
||||
.entry-title {
|
||||
font-size: 1.728rem;
|
||||
letter-spacing: normal;
|
||||
|
|
|
@ -2373,7 +2373,6 @@ table th,
|
|||
color: #444444;
|
||||
font-family: "PT Serif", Times, sans-serif;
|
||||
font-family: var(--font-headings, "PT Serif", Times, sans-serif);
|
||||
font-size: 2.0736rem;
|
||||
letter-spacing: normal;
|
||||
}
|
||||
|
||||
|
@ -2394,6 +2393,13 @@ table th,
|
|||
color: currentColor;
|
||||
font-family: "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;
|
||||
}
|
||||
|
||||
|
@ -2552,7 +2558,6 @@ table th,
|
|||
display: block;
|
||||
font-family: "PT Sans", Arial, sans-serif;
|
||||
font-family: var(--font-headings, "PT Sans", Arial, sans-serif);
|
||||
font-size: 0.83333rem;
|
||||
font-weight: 700;
|
||||
padding: 8px 0;
|
||||
}
|
||||
|
@ -2610,6 +2615,10 @@ table th,
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
body:not(.fse-enabled) .main-navigation a {
|
||||
font-size: 0.83333rem;
|
||||
}
|
||||
|
||||
.social-navigation > div > ul {
|
||||
align-content: center;
|
||||
display: flex;
|
||||
|
@ -2733,7 +2742,6 @@ table th,
|
|||
.footer-navigation .footer-menu a {
|
||||
font-family: "PT Sans", Arial, sans-serif;
|
||||
font-family: var(--font-base, "PT Sans", Arial, sans-serif);
|
||||
font-size: 0.83333rem;
|
||||
font-weight: 700;
|
||||
padding: 16px;
|
||||
color: currentColor;
|
||||
|
@ -2747,6 +2755,10 @@ table th,
|
|||
color: #0C80A1;
|
||||
}
|
||||
|
||||
body:not(.fse-enabled) .footer-menu a {
|
||||
font-size: 0.83333rem;
|
||||
}
|
||||
|
||||
.entry-title {
|
||||
font-size: 1.728rem;
|
||||
letter-spacing: normal;
|
||||
|
|
Loading…
Add table
Reference in a new issue