|
@@ -199,13 +199,13 @@ input[type="submit"],
|
|
.wp-block-button__link,
|
|
.wp-block-button__link,
|
|
.wp-block-file__button, .a8c-posts-list__view-all, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
|
.wp-block-file__button, .a8c-posts-list__view-all, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
|
line-height: 1;
|
|
line-height: 1;
|
|
- color: white;
|
|
|
|
|
|
+ color: #FFFFFF;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
font-family: var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
|
font-family: var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
|
font-size: 0.83333rem;
|
|
font-size: 0.83333rem;
|
|
- background-color: black;
|
|
|
|
|
|
+ background-color: #000000;
|
|
border-width: 0;
|
|
border-width: 0;
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
padding: 11.6px 11.6px;
|
|
padding: 11.6px 11.6px;
|
|
@@ -248,7 +248,7 @@ input:focus[type="submit"],
|
|
input.has-focus[type="submit"],
|
|
input.has-focus[type="submit"],
|
|
.has-focus.wp-block-button__link,
|
|
.has-focus.wp-block-button__link,
|
|
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
|
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
|
- color: white;
|
|
|
|
|
|
+ color: #FFFFFF;
|
|
background-color: #FF7A5C;
|
|
background-color: #FF7A5C;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -671,14 +671,14 @@ body {
|
|
font-weight: normal;
|
|
font-weight: normal;
|
|
color: #444444;
|
|
color: #444444;
|
|
text-align: right;
|
|
text-align: right;
|
|
- background-color: white;
|
|
|
|
|
|
+ background-color: #FFFFFF;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
* Links styles
|
|
* Links styles
|
|
*/
|
|
*/
|
|
a {
|
|
a {
|
|
- color: black;
|
|
|
|
|
|
+ color: #000000;
|
|
}
|
|
}
|
|
|
|
|
|
a:hover {
|
|
a:hover {
|
|
@@ -706,7 +706,7 @@ a {
|
|
}
|
|
}
|
|
|
|
|
|
.screen-reader-text:focus {
|
|
.screen-reader-text:focus {
|
|
- background-color: white;
|
|
|
|
|
|
+ background-color: #FFFFFF;
|
|
border-radius: 3px;
|
|
border-radius: 3px;
|
|
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
|
|
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
|
|
clip: auto !important;
|
|
clip: auto !important;
|
|
@@ -782,11 +782,11 @@ footer {
|
|
}
|
|
}
|
|
|
|
|
|
::selection {
|
|
::selection {
|
|
- background-color: lightblue;
|
|
|
|
|
|
+ background-color: #add8e6;
|
|
}
|
|
}
|
|
|
|
|
|
::-moz-selection {
|
|
::-moz-selection {
|
|
- background-color: lightblue;
|
|
|
|
|
|
+ background-color: #add8e6;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -1218,7 +1218,7 @@ object {
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-newspack-blocks-homepage-articles article .entry-title a {
|
|
.wp-block-newspack-blocks-homepage-articles article .entry-title a {
|
|
- color: black;
|
|
|
|
|
|
+ color: #000000;
|
|
}
|
|
}
|
|
|
|
|
|
.has-background:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-title a,
|
|
.has-background:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-title a,
|
|
@@ -1318,13 +1318,13 @@ input[type="submit"],
|
|
.wp-block-button__link,
|
|
.wp-block-button__link,
|
|
.wp-block-file__button, .a8c-posts-list__view-all, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
|
.wp-block-file__button, .a8c-posts-list__view-all, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
|
line-height: 1;
|
|
line-height: 1;
|
|
- color: white;
|
|
|
|
|
|
+ color: #FFFFFF;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
font-family: var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
|
font-family: var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
|
font-size: 0.83333rem;
|
|
font-size: 0.83333rem;
|
|
- background-color: black;
|
|
|
|
|
|
+ background-color: #000000;
|
|
border-width: 0;
|
|
border-width: 0;
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
padding: 11.6px 11.6px;
|
|
padding: 11.6px 11.6px;
|
|
@@ -1367,7 +1367,7 @@ input:focus[type="submit"],
|
|
input.has-focus[type="submit"],
|
|
input.has-focus[type="submit"],
|
|
.has-focus.wp-block-button__link,
|
|
.has-focus.wp-block-button__link,
|
|
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
|
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
|
- color: white;
|
|
|
|
|
|
+ color: #FFFFFF;
|
|
background-color: #FF7A5C;
|
|
background-color: #FF7A5C;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1399,15 +1399,24 @@ button[data-load-more-btn], .button {
|
|
*/
|
|
*/
|
|
.wp-block-button.is-style-outline.wp-block-button__link,
|
|
.wp-block-button.is-style-outline.wp-block-button__link,
|
|
.wp-block-button.is-style-outline .wp-block-button__link {
|
|
.wp-block-button.is-style-outline .wp-block-button__link {
|
|
- color: black;
|
|
|
|
- background: transparent;
|
|
|
|
|
|
+ color: inherit;
|
|
border: 2px solid currentcolor;
|
|
border: 2px solid currentcolor;
|
|
padding: 9.6px 11.6px;
|
|
padding: 9.6px 11.6px;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.wp-block-button.is-style-outline.wp-block-button__link:not(.has-background-color),
|
|
|
|
+.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background-color) {
|
|
|
|
+ background: transparent;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.wp-block-button.is-style-outline.wp-block-button__link:not(.has-text-color),
|
|
|
|
+.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
|
|
|
|
+ color: #000000;
|
|
|
|
+}
|
|
|
|
+
|
|
.wp-block-button.is-style-outline.wp-block-button__link:active,
|
|
.wp-block-button.is-style-outline.wp-block-button__link:active,
|
|
.wp-block-button.is-style-outline .wp-block-button__link:active {
|
|
.wp-block-button.is-style-outline .wp-block-button__link:active {
|
|
- color: black;
|
|
|
|
|
|
+ color: #000000;
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-button.is-style-outline.wp-block-button__link:hover, .wp-block-button.is-style-outline.wp-block-button__link:focus, .wp-block-button.is-style-outline.wp-block-button__link.has-focus,
|
|
.wp-block-button.is-style-outline.wp-block-button__link:hover, .wp-block-button.is-style-outline.wp-block-button__link:focus, .wp-block-button.is-style-outline.wp-block-button__link.has-focus,
|
|
@@ -1499,13 +1508,18 @@ button[data-load-more-btn], .button {
|
|
min-height: 480px;
|
|
min-height: 480px;
|
|
margin-top: inherit;
|
|
margin-top: inherit;
|
|
margin-bottom: inherit;
|
|
margin-bottom: inherit;
|
|
- /* default & custom background-color */
|
|
|
|
/* Treating H2 separately to account for legacy /core styles */
|
|
/* Treating H2 separately to account for legacy /core styles */
|
|
/**
|
|
/**
|
|
* Block Options
|
|
* Block Options
|
|
*/
|
|
*/
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.wp-block-cover.has-background-dim,
|
|
|
|
+.wp-block-cover-image.has-background-dim {
|
|
|
|
+ background-color: #444444;
|
|
|
|
+ color: #FFFFFF;
|
|
|
|
+}
|
|
|
|
+
|
|
.wp-block-cover .wp-block-cover__inner-container,
|
|
.wp-block-cover .wp-block-cover__inner-container,
|
|
.wp-block-cover .wp-block-cover-image-text,
|
|
.wp-block-cover .wp-block-cover-image-text,
|
|
.wp-block-cover .wp-block-cover-text,
|
|
.wp-block-cover .wp-block-cover-text,
|
|
@@ -1517,24 +1531,21 @@ button[data-load-more-btn], .button {
|
|
margin-bottom: 32px;
|
|
margin-bottom: 32px;
|
|
}
|
|
}
|
|
|
|
|
|
-.wp-block-cover .wp-block-cover__inner-container a,
|
|
|
|
-.wp-block-cover .wp-block-cover-image-text a,
|
|
|
|
-.wp-block-cover .wp-block-cover-text a,
|
|
|
|
-.wp-block-cover-image .wp-block-cover__inner-container a,
|
|
|
|
-.wp-block-cover-image .wp-block-cover-image-text a,
|
|
|
|
-.wp-block-cover-image .wp-block-cover-text a {
|
|
|
|
|
|
+.wp-block-cover .wp-block-cover__inner-container a:not(.wp-block-button__link),
|
|
|
|
+.wp-block-cover .wp-block-cover__inner-container a.wp-block-button__link:hover,
|
|
|
|
+.wp-block-cover .wp-block-cover-image-text a:not(.wp-block-button__link),
|
|
|
|
+.wp-block-cover .wp-block-cover-image-text a.wp-block-button__link:hover,
|
|
|
|
+.wp-block-cover .wp-block-cover-text a:not(.wp-block-button__link),
|
|
|
|
+.wp-block-cover .wp-block-cover-text a.wp-block-button__link:hover,
|
|
|
|
+.wp-block-cover-image .wp-block-cover__inner-container a:not(.wp-block-button__link),
|
|
|
|
+.wp-block-cover-image .wp-block-cover__inner-container a.wp-block-button__link:hover,
|
|
|
|
+.wp-block-cover-image .wp-block-cover-image-text a:not(.wp-block-button__link),
|
|
|
|
+.wp-block-cover-image .wp-block-cover-image-text a.wp-block-button__link:hover,
|
|
|
|
+.wp-block-cover-image .wp-block-cover-text a:not(.wp-block-button__link),
|
|
|
|
+.wp-block-cover-image .wp-block-cover-text a.wp-block-button__link:hover {
|
|
color: currentColor;
|
|
color: currentColor;
|
|
}
|
|
}
|
|
|
|
|
|
-.wp-block-cover:not([class*='background-color']) .wp-block-cover__inner-container,
|
|
|
|
-.wp-block-cover:not([class*='background-color']) .wp-block-cover-image-text,
|
|
|
|
-.wp-block-cover:not([class*='background-color']) .wp-block-cover-text,
|
|
|
|
-.wp-block-cover-image:not([class*='background-color']) .wp-block-cover__inner-container,
|
|
|
|
-.wp-block-cover-image:not([class*='background-color']) .wp-block-cover-image-text,
|
|
|
|
-.wp-block-cover-image:not([class*='background-color']) .wp-block-cover-text {
|
|
|
|
- color: white;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
.wp-block-cover h2,
|
|
.wp-block-cover h2,
|
|
.wp-block-cover-image h2 {
|
|
.wp-block-cover-image h2 {
|
|
font-size: 2.48832rem;
|
|
font-size: 2.48832rem;
|
|
@@ -1612,8 +1623,8 @@ button[data-load-more-btn], .button {
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-file .wp-block-file__button {
|
|
.wp-block-file .wp-block-file__button {
|
|
- background-color: black;
|
|
|
|
- color: white;
|
|
|
|
|
|
+ background-color: #000000;
|
|
|
|
+ color: #FFFFFF;
|
|
font-size: 0.83333rem;
|
|
font-size: 0.83333rem;
|
|
margin-right: 16px;
|
|
margin-right: 16px;
|
|
margin-left: 16px;
|
|
margin-left: 16px;
|
|
@@ -1627,7 +1638,7 @@ button[data-load-more-btn], .button {
|
|
.wp-block-file a.wp-block-file__button:focus,
|
|
.wp-block-file a.wp-block-file__button:focus,
|
|
.wp-block-file a.wp-block-file__button:hover,
|
|
.wp-block-file a.wp-block-file__button:hover,
|
|
.wp-block-file a.wp-block-file__button:visited {
|
|
.wp-block-file a.wp-block-file__button:visited {
|
|
- color: white;
|
|
|
|
|
|
+ color: #FFFFFF;
|
|
opacity: .85;
|
|
opacity: .85;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1638,7 +1649,7 @@ button[data-load-more-btn], .button {
|
|
.wp-block-gallery .blocks-gallery-image figcaption,
|
|
.wp-block-gallery .blocks-gallery-image figcaption,
|
|
.wp-block-gallery .blocks-gallery-item figcaption {
|
|
.wp-block-gallery .blocks-gallery-item figcaption {
|
|
margin: 0;
|
|
margin: 0;
|
|
- color: white;
|
|
|
|
|
|
+ color: #FFFFFF;
|
|
font-size: 0.69444rem;
|
|
font-size: 0.69444rem;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -2003,8 +2014,8 @@ p.has-background {
|
|
}
|
|
}
|
|
|
|
|
|
.a8c-posts-list-item__featured span {
|
|
.a8c-posts-list-item__featured span {
|
|
- color: white;
|
|
|
|
- background-color: black;
|
|
|
|
|
|
+ color: #FFFFFF;
|
|
|
|
+ background-color: #000000;
|
|
font-family: "EB Garamond", serif;
|
|
font-family: "EB Garamond", serif;
|
|
font-family: var(--font-headings, "EB Garamond", serif);
|
|
font-family: var(--font-headings, "EB Garamond", serif);
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
@@ -2112,8 +2123,8 @@ p.has-background {
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-pullquote.is-style-solid-color {
|
|
.wp-block-pullquote.is-style-solid-color {
|
|
- background-color: black;
|
|
|
|
- color: white;
|
|
|
|
|
|
+ background-color: #000000;
|
|
|
|
+ color: #FFFFFF;
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
@@ -2137,7 +2148,7 @@ p.has-background {
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-quote {
|
|
.wp-block-quote {
|
|
- border-right-color: black;
|
|
|
|
|
|
+ border-right-color: #000000;
|
|
margin: 32px 0;
|
|
margin: 32px 0;
|
|
padding-right: 16px;
|
|
padding-right: 16px;
|
|
/**
|
|
/**
|
|
@@ -2196,7 +2207,7 @@ p.has-background {
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-quote[style*="text-align:right"], .wp-block-quote[style*="text-align: right"] {
|
|
.wp-block-quote[style*="text-align:right"], .wp-block-quote[style*="text-align: right"] {
|
|
- border-left-color: black;
|
|
|
|
|
|
+ border-left-color: #000000;
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-quote.is-style-large, .wp-block-quote.is-large {
|
|
.wp-block-quote.is-style-large, .wp-block-quote.is-large {
|
|
@@ -2247,6 +2258,10 @@ hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
|
|
max-width: 96px;
|
|
max-width: 96px;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+hr.wp-block-separator.is-style-wide {
|
|
|
|
+ border-bottom-width: 2px;
|
|
|
|
+}
|
|
|
|
+
|
|
hr.wp-block-separator.is-style-dots.has-background, hr.wp-block-separator.is-style-dots.has-text-color {
|
|
hr.wp-block-separator.is-style-dots.has-background, hr.wp-block-separator.is-style-dots.has-text-color {
|
|
background-color: transparent !important;
|
|
background-color: transparent !important;
|
|
}
|
|
}
|
|
@@ -2313,6 +2328,12 @@ table th,
|
|
word-break: break-all;
|
|
word-break: break-all;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+table.is-style-stripes tbody tr:nth-child(odd),
|
|
|
|
+.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
|
|
|
|
+ background-color: #FAFAFA;
|
|
|
|
+ color: #444444;
|
|
|
|
+}
|
|
|
|
+
|
|
.wp-block-video figcaption {
|
|
.wp-block-video figcaption {
|
|
color: #767676;
|
|
color: #767676;
|
|
font-size: 0.69444rem;
|
|
font-size: 0.69444rem;
|
|
@@ -2395,81 +2416,84 @@ table th,
|
|
background-attachment: fixed;
|
|
background-attachment: fixed;
|
|
}
|
|
}
|
|
|
|
|
|
-.has-primary-color[class] {
|
|
|
|
- color: black !important;
|
|
|
|
|
|
+.has-primary-color {
|
|
|
|
+ color: #000000;
|
|
}
|
|
}
|
|
|
|
|
|
-.has-secondary-color[class] {
|
|
|
|
- color: #FF7A5C !important;
|
|
|
|
|
|
+.has-secondary-color {
|
|
|
|
+ color: #FF7A5C;
|
|
}
|
|
}
|
|
|
|
|
|
-.has-foreground-color[class] {
|
|
|
|
- color: #444444 !important;
|
|
|
|
|
|
+.has-foreground-color {
|
|
|
|
+ color: #444444;
|
|
}
|
|
}
|
|
|
|
|
|
-.has-foreground-light-color[class] {
|
|
|
|
- color: #767676 !important;
|
|
|
|
|
|
+.has-foreground-light-color {
|
|
|
|
+ color: #767676;
|
|
}
|
|
}
|
|
|
|
|
|
-.has-foreground-dark-color[class] {
|
|
|
|
- color: #111111 !important;
|
|
|
|
|
|
+.has-foreground-dark-color {
|
|
|
|
+ color: #111111;
|
|
}
|
|
}
|
|
|
|
|
|
-.has-background-light-color[class] {
|
|
|
|
- color: #FAFAFA !important;
|
|
|
|
|
|
+.has-background-light-color {
|
|
|
|
+ color: #FAFAFA;
|
|
}
|
|
}
|
|
|
|
|
|
-.has-background-dark-color[class] {
|
|
|
|
- color: #DDDDDD !important;
|
|
|
|
|
|
+.has-background-dark-color {
|
|
|
|
+ color: #DDDDDD;
|
|
}
|
|
}
|
|
|
|
|
|
-.has-background-color[class] {
|
|
|
|
- color: white !important;
|
|
|
|
|
|
+.has-background-dim,
|
|
|
|
+.has-background-color {
|
|
|
|
+ color: #FFFFFF;
|
|
}
|
|
}
|
|
|
|
|
|
-.has-background:not(.has-background-background-color) a,
|
|
|
|
|
|
+.has-background:not(.has-background-background-color) a:not(.wp-block-button__link),
|
|
|
|
+.has-background a:not(.wp-block-button__link),
|
|
.has-background p, .has-background h1, .has-background h2, .has-background h3, .has-background h4, .has-background h5, .has-background h6 {
|
|
.has-background p, .has-background h1, .has-background h2, .has-background h3, .has-background h4, .has-background h5, .has-background h6 {
|
|
color: currentColor;
|
|
color: currentColor;
|
|
}
|
|
}
|
|
|
|
|
|
-.has-primary-background-color[class] {
|
|
|
|
- background-color: black !important;
|
|
|
|
- color: white;
|
|
|
|
|
|
+.has-primary-background-color,
|
|
|
|
+.has-primary-background-color.has-background-dim {
|
|
|
|
+ background-color: #000000;
|
|
}
|
|
}
|
|
|
|
|
|
-.has-secondary-background-color[class] {
|
|
|
|
- background-color: #FF7A5C !important;
|
|
|
|
- color: white;
|
|
|
|
|
|
+.has-secondary-background-color,
|
|
|
|
+.has-secondary-background-color.has-background-dim {
|
|
|
|
+ background-color: #FF7A5C;
|
|
}
|
|
}
|
|
|
|
|
|
-.has-foreground-background-color[class] {
|
|
|
|
- background-color: #444444 !important;
|
|
|
|
- color: white;
|
|
|
|
|
|
+.has-background-dim,
|
|
|
|
+.has-foreground-background-color,
|
|
|
|
+.has-foreground-background-color.has-background-dim {
|
|
|
|
+ background-color: #444444;
|
|
}
|
|
}
|
|
|
|
|
|
-.has-foreground-light-background-color[class] {
|
|
|
|
- background-color: #767676 !important;
|
|
|
|
- color: white;
|
|
|
|
|
|
+.has-foreground-light-background-color,
|
|
|
|
+.has-foreground-light-background-color.has-background-dim {
|
|
|
|
+ background-color: #767676;
|
|
}
|
|
}
|
|
|
|
|
|
-.has-foreground-dark-background-color[class] {
|
|
|
|
- background-color: #111111 !important;
|
|
|
|
- color: white;
|
|
|
|
|
|
+.has-foreground-dark-background-color,
|
|
|
|
+.has-foreground-dark-background-color.has-background-dim {
|
|
|
|
+ background-color: #111111;
|
|
}
|
|
}
|
|
|
|
|
|
-.has-background-light-background-color[class] {
|
|
|
|
- background-color: #FAFAFA !important;
|
|
|
|
- color: #444444;
|
|
|
|
|
|
+.has-background-light-background-color,
|
|
|
|
+.has-background-light-background-color.has-background-dim {
|
|
|
|
+ background-color: #FAFAFA;
|
|
}
|
|
}
|
|
|
|
|
|
-.has-background-dark-background-color[class] {
|
|
|
|
- background-color: #DDDDDD !important;
|
|
|
|
- color: #444444;
|
|
|
|
|
|
+.has-background-dark-background-color,
|
|
|
|
+.has-background-dark-background-color.has-background-dim {
|
|
|
|
+ background-color: #DDDDDD;
|
|
}
|
|
}
|
|
|
|
|
|
-.has-background-background-color[class] {
|
|
|
|
- background-color: white !important;
|
|
|
|
- color: #444444;
|
|
|
|
|
|
+.has-background-background-color,
|
|
|
|
+.has-background-background-color.has-background-dim {
|
|
|
|
+ background-color: #FFFFFF;
|
|
}
|
|
}
|
|
|
|
|
|
.is-small-text,
|
|
.is-small-text,
|
|
@@ -2644,7 +2668,7 @@ table th,
|
|
}
|
|
}
|
|
|
|
|
|
.site-title {
|
|
.site-title {
|
|
- color: black;
|
|
|
|
|
|
+ color: #000000;
|
|
font-family: "EB Garamond", serif;
|
|
font-family: "EB Garamond", serif;
|
|
font-family: var(--font-headings, "EB Garamond", serif);
|
|
font-family: var(--font-headings, "EB Garamond", serif);
|
|
letter-spacing: normal;
|
|
letter-spacing: normal;
|
|
@@ -2812,7 +2836,7 @@ body:not(.fse-enabled) .site-description {
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
@media only screen and (min-width: 560px) {
|
|
.main-navigation > div > ul > li > .sub-menu {
|
|
.main-navigation > div > ul > li > .sub-menu {
|
|
- background: white;
|
|
|
|
|
|
+ background: #FFFFFF;
|
|
box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
|
|
box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
|
|
right: 0;
|
|
right: 0;
|
|
top: 100%;
|
|
top: 100%;
|
|
@@ -2829,7 +2853,7 @@ body:not(.fse-enabled) .site-description {
|
|
}
|
|
}
|
|
|
|
|
|
.main-navigation a {
|
|
.main-navigation a {
|
|
- color: black;
|
|
|
|
|
|
+ color: #000000;
|
|
display: block;
|
|
display: block;
|
|
font-family: "Work Sans", sans-serif;
|
|
font-family: "Work Sans", sans-serif;
|
|
font-family: var(--font-base, "Work Sans", sans-serif);
|
|
font-family: var(--font-base, "Work Sans", sans-serif);
|
|
@@ -2844,7 +2868,7 @@ body:not(.fse-enabled) .site-description {
|
|
}
|
|
}
|
|
|
|
|
|
.main-navigation a:link, .main-navigation a:visited {
|
|
.main-navigation a:link, .main-navigation a:visited {
|
|
- color: black;
|
|
|
|
|
|
+ color: #000000;
|
|
}
|
|
}
|
|
|
|
|
|
.main-navigation a:hover {
|
|
.main-navigation a:hover {
|
|
@@ -2911,7 +2935,7 @@ body:not(.fse-enabled) .main-navigation a {
|
|
}
|
|
}
|
|
|
|
|
|
.social-navigation a {
|
|
.social-navigation a {
|
|
- color: black;
|
|
|
|
|
|
+ color: #000000;
|
|
display: inline-block;
|
|
display: inline-block;
|
|
padding: 0 calc( 0.5 * calc(0.66 * 16px ));
|
|
padding: 0 calc( 0.5 * calc(0.66 * 16px ));
|
|
}
|
|
}
|
|
@@ -3203,6 +3227,7 @@ body:not(.fse-enabled) .footer-menu a {
|
|
.pagination .nav-links .svg-icon {
|
|
.pagination .nav-links .svg-icon {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
vertical-align: middle;
|
|
|
|
+ fill: currentColor;
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
@media only screen and (min-width: 560px) {
|
|
@@ -3534,8 +3559,8 @@ img#wpstats {
|
|
* - Page specific styles
|
|
* - Page specific styles
|
|
*/
|
|
*/
|
|
.sticky-post {
|
|
.sticky-post {
|
|
- color: white;
|
|
|
|
- background-color: black;
|
|
|
|
|
|
+ color: #FFFFFF;
|
|
|
|
+ background-color: #000000;
|
|
font-family: "EB Garamond", serif;
|
|
font-family: "EB Garamond", serif;
|
|
font-family: var(--font-headings, "EB Garamond", serif);
|
|
font-family: var(--font-headings, "EB Garamond", serif);
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
@@ -3836,7 +3861,7 @@ body .widget_eu_cookie_law_widget.widget.top {
|
|
}
|
|
}
|
|
|
|
|
|
body .widget_eu_cookie_law_widget #eu-cookie-law {
|
|
body .widget_eu_cookie_law_widget #eu-cookie-law {
|
|
- background: white;
|
|
|
|
|
|
+ background: #FFFFFF;
|
|
border: 1px solid #DDDDDD;
|
|
border: 1px solid #DDDDDD;
|
|
color: #444444;
|
|
color: #444444;
|
|
font-size: 0.83333rem;
|
|
font-size: 0.83333rem;
|
|
@@ -3853,11 +3878,11 @@ body .widget_eu_cookie_law_widget #eu-cookie-law {
|
|
body .widget_eu_cookie_law_widget #eu-cookie-law.negative {
|
|
body .widget_eu_cookie_law_widget #eu-cookie-law.negative {
|
|
background: #444444;
|
|
background: #444444;
|
|
border-color: #111111;
|
|
border-color: #111111;
|
|
- color: white;
|
|
|
|
|
|
+ color: #FFFFFF;
|
|
}
|
|
}
|
|
|
|
|
|
body .widget_eu_cookie_law_widget #eu-cookie-law.negative input.accept {
|
|
body .widget_eu_cookie_law_widget #eu-cookie-law.negative input.accept {
|
|
- background: white;
|
|
|
|
|
|
+ background: #FFFFFF;
|
|
color: #444444;
|
|
color: #444444;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -3977,7 +4002,7 @@ a:hover, a:focus {
|
|
|
|
|
|
.site-header a:hover,
|
|
.site-header a:hover,
|
|
.site-header a:focus {
|
|
.site-header a:focus {
|
|
- background: white;
|
|
|
|
|
|
+ background: #FFFFFF;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -3985,7 +4010,7 @@ a:hover, a:focus {
|
|
*/
|
|
*/
|
|
.site-title,
|
|
.site-title,
|
|
.site-description {
|
|
.site-description {
|
|
- color: black;
|
|
|
|
|
|
+ color: #000000;
|
|
text-transform: uppercase;
|
|
text-transform: uppercase;
|
|
line-height: 1;
|
|
line-height: 1;
|
|
max-width: 100%;
|
|
max-width: 100%;
|
|
@@ -4094,7 +4119,7 @@ a:hover, a:focus {
|
|
}
|
|
}
|
|
|
|
|
|
.has-drop-cap:not(:focus):first-letter {
|
|
.has-drop-cap:not(:focus):first-letter {
|
|
- color: black;
|
|
|
|
|
|
+ color: #000000;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|