|
@@ -588,14 +588,14 @@ html {
|
|
|
* HTML resets
|
|
|
*/
|
|
|
html {
|
|
|
- font-size: 17.77778px;
|
|
|
+ font-size: 19.55556px;
|
|
|
font-family: "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
|
|
|
line-height: 1.6;
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
|
html {
|
|
|
- font-size: 20px;
|
|
|
+ font-size: 22px;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -1080,7 +1080,7 @@ input[type="submit"],
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
|
font-size: 1.125rem;
|
|
|
background-color: #0073AA;
|
|
|
- border-radius: 10px;
|
|
|
+ border-radius: 11px;
|
|
|
border-width: 0;
|
|
|
padding: 16px 16px;
|
|
|
}
|
|
@@ -2026,7 +2026,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.has-foreground-dark-color[class] {
|
|
|
- color: #111111 !important;
|
|
|
+ color: #000000 !important;
|
|
|
}
|
|
|
|
|
|
.has-background-light-color[class] {
|
|
@@ -2078,7 +2078,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.has-foreground-dark-background-color[class] {
|
|
|
- background-color: #111111 !important;
|
|
|
+ background-color: #000000 !important;
|
|
|
color: #FFFFFF;
|
|
|
}
|
|
|
|
|
@@ -2454,7 +2454,7 @@ table th,
|
|
|
color: #0073AA;
|
|
|
display: block;
|
|
|
font-family: "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
|
|
|
- font-size: 1.125rem;
|
|
|
+ font-size: 1rem;
|
|
|
font-weight: normal;
|
|
|
padding: 16px;
|
|
|
}
|
|
@@ -3457,11 +3457,8 @@ a {
|
|
|
margin-left: -8px;
|
|
|
margin-right: -8px;
|
|
|
}
|
|
|
- .site-header .main-navigation > div > ul > li {
|
|
|
- padding: 16px;
|
|
|
- }
|
|
|
.site-header .main-navigation > div > ul > li > a {
|
|
|
- padding: 0;
|
|
|
+ padding: 0 16px;
|
|
|
}
|
|
|
.site-header .main-navigation > div > ul > .menu-item-has-children > a::after {
|
|
|
font-size: 0.5rem;
|