Alves: pull changes from varia
This commit is contained in:
parent
ba4489660f
commit
0e923ab2b7
2 changed files with 30 additions and 6 deletions
|
@ -2352,7 +2352,6 @@ table th,
|
|||
color: #394d55;
|
||||
font-family: "Lora", Georgia, sans-serif;
|
||||
font-family: var(--font-headings, "Lora", Georgia, sans-serif);
|
||||
font-size: 1.8rem;
|
||||
letter-spacing: normal;
|
||||
line-height: 1;
|
||||
}
|
||||
|
@ -2374,6 +2373,13 @@ table th,
|
|||
color: currentColor;
|
||||
font-family: "Karla", Arial, sans-serif;
|
||||
font-family: var(--font-base, "Karla", Arial, sans-serif);
|
||||
}
|
||||
|
||||
body:not(.fse-enabled) .site-title {
|
||||
font-size: 1.8rem;
|
||||
}
|
||||
|
||||
body:not(.fse-enabled) .site-description {
|
||||
font-size: 1.04167rem;
|
||||
}
|
||||
|
||||
|
@ -2532,7 +2538,6 @@ table th,
|
|||
display: block;
|
||||
font-family: "Karla", Arial, sans-serif;
|
||||
font-family: var(--font-headings, "Karla", Arial, sans-serif);
|
||||
font-size: 1.04167rem;
|
||||
font-weight: bold;
|
||||
padding: 8px 0;
|
||||
}
|
||||
|
@ -2590,6 +2595,10 @@ table th,
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
body:not(.fse-enabled) .main-navigation a {
|
||||
font-size: 1.04167rem;
|
||||
}
|
||||
|
||||
.social-navigation > div > ul {
|
||||
align-content: center;
|
||||
display: flex;
|
||||
|
@ -2713,7 +2722,6 @@ table th,
|
|||
.footer-navigation .footer-menu a {
|
||||
font-family: "Karla", Arial, sans-serif;
|
||||
font-family: var(--font-base, "Karla", Arial, sans-serif);
|
||||
font-size: 1.04167rem;
|
||||
font-weight: bold;
|
||||
padding: 16px;
|
||||
color: currentColor;
|
||||
|
@ -2727,6 +2735,10 @@ table th,
|
|||
color: #2f5f74;
|
||||
}
|
||||
|
||||
body:not(.fse-enabled) .footer-menu a {
|
||||
font-size: 1.04167rem;
|
||||
}
|
||||
|
||||
.entry-title {
|
||||
font-size: 2.592rem;
|
||||
letter-spacing: normal;
|
||||
|
|
|
@ -2369,7 +2369,6 @@ table th,
|
|||
color: #394d55;
|
||||
font-family: "Lora", Georgia, sans-serif;
|
||||
font-family: var(--font-headings, "Lora", Georgia, sans-serif);
|
||||
font-size: 1.8rem;
|
||||
letter-spacing: normal;
|
||||
line-height: 1;
|
||||
}
|
||||
|
@ -2391,6 +2390,13 @@ table th,
|
|||
color: currentColor;
|
||||
font-family: "Karla", Arial, sans-serif;
|
||||
font-family: var(--font-base, "Karla", Arial, sans-serif);
|
||||
}
|
||||
|
||||
body:not(.fse-enabled) .site-title {
|
||||
font-size: 1.8rem;
|
||||
}
|
||||
|
||||
body:not(.fse-enabled) .site-description {
|
||||
font-size: 1.04167rem;
|
||||
}
|
||||
|
||||
|
@ -2549,7 +2555,6 @@ table th,
|
|||
display: block;
|
||||
font-family: "Karla", Arial, sans-serif;
|
||||
font-family: var(--font-headings, "Karla", Arial, sans-serif);
|
||||
font-size: 1.04167rem;
|
||||
font-weight: bold;
|
||||
padding: 8px 0;
|
||||
}
|
||||
|
@ -2607,6 +2612,10 @@ table th,
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
body:not(.fse-enabled) .main-navigation a {
|
||||
font-size: 1.04167rem;
|
||||
}
|
||||
|
||||
.social-navigation > div > ul {
|
||||
align-content: center;
|
||||
display: flex;
|
||||
|
@ -2730,7 +2739,6 @@ table th,
|
|||
.footer-navigation .footer-menu a {
|
||||
font-family: "Karla", Arial, sans-serif;
|
||||
font-family: var(--font-base, "Karla", Arial, sans-serif);
|
||||
font-size: 1.04167rem;
|
||||
font-weight: bold;
|
||||
padding: 16px;
|
||||
color: currentColor;
|
||||
|
@ -2744,6 +2752,10 @@ table th,
|
|||
color: #2f5f74;
|
||||
}
|
||||
|
||||
body:not(.fse-enabled) .footer-menu a {
|
||||
font-size: 1.04167rem;
|
||||
}
|
||||
|
||||
.entry-title {
|
||||
font-size: 2.592rem;
|
||||
letter-spacing: normal;
|
||||
|
|
Loading…
Add table
Reference in a new issue