|
@@ -206,7 +206,7 @@ input[type="submit"],
|
|
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-radius: 5px;
|
|
border-radius: 5px;
|
|
border-width: 0;
|
|
border-width: 0;
|
|
padding: 16px 16px;
|
|
padding: 16px 16px;
|
|
@@ -677,16 +677,16 @@ html {
|
|
body {
|
|
body {
|
|
font-size: 1rem;
|
|
font-size: 1rem;
|
|
font-weight: normal;
|
|
font-weight: normal;
|
|
- color: black;
|
|
|
|
|
|
+ color: #010101;
|
|
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 {
|
|
@@ -714,12 +714,12 @@ 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;
|
|
clip-path: none;
|
|
clip-path: none;
|
|
- color: black;
|
|
|
|
|
|
+ color: #010101;
|
|
display: block;
|
|
display: block;
|
|
font-size: 1.2rem;
|
|
font-size: 1.2rem;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
@@ -1056,7 +1056,7 @@ input[type="datetime"],
|
|
input[type="datetime-local"],
|
|
input[type="datetime-local"],
|
|
input[type="color"],
|
|
input[type="color"],
|
|
textarea {
|
|
textarea {
|
|
- color: black;
|
|
|
|
|
|
+ color: #010101;
|
|
border: 1px solid #e6e6e6;
|
|
border: 1px solid #e6e6e6;
|
|
border-radius: 3px;
|
|
border-radius: 3px;
|
|
padding: 16px;
|
|
padding: 16px;
|
|
@@ -1078,7 +1078,7 @@ input[type="datetime"]:focus,
|
|
input[type="datetime-local"]:focus,
|
|
input[type="datetime-local"]:focus,
|
|
input[type="color"]:focus,
|
|
input[type="color"]:focus,
|
|
textarea:focus {
|
|
textarea:focus {
|
|
- color: black;
|
|
|
|
|
|
+ color: #010101;
|
|
border-color: #666666;
|
|
border-color: #666666;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1156,7 +1156,7 @@ object {
|
|
* Block Options
|
|
* Block Options
|
|
*/
|
|
*/
|
|
.wp-block-button.is-style-outline .wp-block-button__link {
|
|
.wp-block-button.is-style-outline .wp-block-button__link {
|
|
- color: black;
|
|
|
|
|
|
+ color: #000000;
|
|
background: transparent;
|
|
background: transparent;
|
|
border: 2px solid currentcolor;
|
|
border: 2px solid currentcolor;
|
|
padding: 14px 16px;
|
|
padding: 14px 16px;
|
|
@@ -1171,14 +1171,14 @@ object {
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-code {
|
|
.wp-block-code {
|
|
- color: black;
|
|
|
|
|
|
+ color: #010101;
|
|
font-size: 0.83333rem;
|
|
font-size: 0.83333rem;
|
|
padding: 16px;
|
|
padding: 16px;
|
|
border-color: #e6e6e6;
|
|
border-color: #e6e6e6;
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-code pre {
|
|
.wp-block-code pre {
|
|
- color: black;
|
|
|
|
|
|
+ color: #010101;
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-columns {
|
|
.wp-block-columns {
|
|
@@ -1358,7 +1358,7 @@ object {
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-file .wp-block-file__button {
|
|
.wp-block-file .wp-block-file__button {
|
|
- background-color: black;
|
|
|
|
|
|
+ background-color: #000000;
|
|
color: white;
|
|
color: white;
|
|
font-size: 0.83333rem;
|
|
font-size: 0.83333rem;
|
|
margin-right: 16px;
|
|
margin-right: 16px;
|
|
@@ -1736,8 +1736,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: Poppins, sans-serif;
|
|
font-family: Poppins, sans-serif;
|
|
font-family: var(--font-headings, Poppins, sans-serif);
|
|
font-family: var(--font-headings, Poppins, sans-serif);
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
@@ -1805,7 +1805,7 @@ p.has-background {
|
|
border-top-width: 4px;
|
|
border-top-width: 4px;
|
|
border-bottom-color: #e6e6e6;
|
|
border-bottom-color: #e6e6e6;
|
|
border-bottom-width: 4px;
|
|
border-bottom-width: 4px;
|
|
- color: black;
|
|
|
|
|
|
+ color: #010101;
|
|
/**
|
|
/**
|
|
* Block Options
|
|
* Block Options
|
|
*/
|
|
*/
|
|
@@ -1845,8 +1845,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 {
|
|
@@ -1870,7 +1870,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;
|
|
/**
|
|
/**
|
|
@@ -1929,7 +1929,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 {
|
|
@@ -2129,7 +2129,7 @@ table th,
|
|
}
|
|
}
|
|
|
|
|
|
.has-primary-color[class] {
|
|
.has-primary-color[class] {
|
|
- color: black !important;
|
|
|
|
|
|
+ color: #000000 !important;
|
|
}
|
|
}
|
|
|
|
|
|
.has-secondary-color[class] {
|
|
.has-secondary-color[class] {
|
|
@@ -2137,7 +2137,7 @@ table th,
|
|
}
|
|
}
|
|
|
|
|
|
.has-foreground-color[class] {
|
|
.has-foreground-color[class] {
|
|
- color: black !important;
|
|
|
|
|
|
+ color: #010101 !important;
|
|
}
|
|
}
|
|
|
|
|
|
.has-foreground-light-color[class] {
|
|
.has-foreground-light-color[class] {
|
|
@@ -2157,7 +2157,7 @@ table th,
|
|
}
|
|
}
|
|
|
|
|
|
.has-background-color[class] {
|
|
.has-background-color[class] {
|
|
- color: white !important;
|
|
|
|
|
|
+ color: #ffffff !important;
|
|
}
|
|
}
|
|
|
|
|
|
.has-background:not(.has-background-background-color) a,
|
|
.has-background:not(.has-background-background-color) a,
|
|
@@ -2166,43 +2166,43 @@ table th,
|
|
}
|
|
}
|
|
|
|
|
|
.has-primary-background-color[class] {
|
|
.has-primary-background-color[class] {
|
|
- background-color: black !important;
|
|
|
|
- color: white;
|
|
|
|
|
|
+ background-color: #000000 !important;
|
|
|
|
+ color: #ffffff;
|
|
}
|
|
}
|
|
|
|
|
|
.has-secondary-background-color[class] {
|
|
.has-secondary-background-color[class] {
|
|
background-color: #1a1a1a !important;
|
|
background-color: #1a1a1a !important;
|
|
- color: white;
|
|
|
|
|
|
+ color: #ffffff;
|
|
}
|
|
}
|
|
|
|
|
|
.has-foreground-background-color[class] {
|
|
.has-foreground-background-color[class] {
|
|
- background-color: black !important;
|
|
|
|
- color: white;
|
|
|
|
|
|
+ background-color: #010101 !important;
|
|
|
|
+ color: #ffffff;
|
|
}
|
|
}
|
|
|
|
|
|
.has-foreground-light-background-color[class] {
|
|
.has-foreground-light-background-color[class] {
|
|
background-color: #666666 !important;
|
|
background-color: #666666 !important;
|
|
- color: white;
|
|
|
|
|
|
+ color: #ffffff;
|
|
}
|
|
}
|
|
|
|
|
|
.has-foreground-dark-background-color[class] {
|
|
.has-foreground-dark-background-color[class] {
|
|
background-color: #333333 !important;
|
|
background-color: #333333 !important;
|
|
- color: white;
|
|
|
|
|
|
+ color: #ffffff;
|
|
}
|
|
}
|
|
|
|
|
|
.has-background-light-background-color[class] {
|
|
.has-background-light-background-color[class] {
|
|
background-color: #f2f2f2 !important;
|
|
background-color: #f2f2f2 !important;
|
|
- color: black;
|
|
|
|
|
|
+ color: #010101;
|
|
}
|
|
}
|
|
|
|
|
|
.has-background-dark-background-color[class] {
|
|
.has-background-dark-background-color[class] {
|
|
background-color: #d9d9d9 !important;
|
|
background-color: #d9d9d9 !important;
|
|
- color: black;
|
|
|
|
|
|
+ color: #010101;
|
|
}
|
|
}
|
|
|
|
|
|
.has-background-background-color[class] {
|
|
.has-background-background-color[class] {
|
|
- background-color: white !important;
|
|
|
|
- color: black;
|
|
|
|
|
|
+ background-color: #ffffff !important;
|
|
|
|
+ color: #010101;
|
|
}
|
|
}
|
|
|
|
|
|
.is-small-text,
|
|
.is-small-text,
|
|
@@ -2377,7 +2377,7 @@ table th,
|
|
}
|
|
}
|
|
|
|
|
|
.site-title {
|
|
.site-title {
|
|
- color: black;
|
|
|
|
|
|
+ color: #010101;
|
|
font-family: Poppins, sans-serif;
|
|
font-family: Poppins, sans-serif;
|
|
font-family: var(--font-headings, Poppins, sans-serif);
|
|
font-family: var(--font-headings, Poppins, sans-serif);
|
|
letter-spacing: normal;
|
|
letter-spacing: normal;
|
|
@@ -2412,7 +2412,7 @@ body:not(.fse-enabled) .site-description {
|
|
}
|
|
}
|
|
|
|
|
|
.main-navigation {
|
|
.main-navigation {
|
|
- color: black;
|
|
|
|
|
|
+ color: #010101;
|
|
}
|
|
}
|
|
|
|
|
|
.main-navigation > div {
|
|
.main-navigation > div {
|
|
@@ -2545,7 +2545,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.1);
|
|
box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
|
|
right: 0;
|
|
right: 0;
|
|
top: 100%;
|
|
top: 100%;
|
|
@@ -2562,7 +2562,7 @@ body:not(.fse-enabled) .site-description {
|
|
}
|
|
}
|
|
|
|
|
|
.main-navigation a {
|
|
.main-navigation a {
|
|
- color: black;
|
|
|
|
|
|
+ color: #000000;
|
|
display: block;
|
|
display: block;
|
|
font-family: Poppins, sans-serif;
|
|
font-family: Poppins, sans-serif;
|
|
font-family: var(--font-headings, Poppins, sans-serif);
|
|
font-family: var(--font-headings, Poppins, sans-serif);
|
|
@@ -2577,7 +2577,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 {
|
|
@@ -2644,7 +2644,7 @@ body:not(.fse-enabled) .main-navigation a {
|
|
}
|
|
}
|
|
|
|
|
|
.social-navigation a {
|
|
.social-navigation a {
|
|
- color: black;
|
|
|
|
|
|
+ color: #010101;
|
|
display: inline-block;
|
|
display: inline-block;
|
|
padding: 0 calc( 0.5 * calc(0.66 * 16px ));
|
|
padding: 0 calc( 0.5 * calc(0.66 * 16px ));
|
|
}
|
|
}
|
|
@@ -3062,7 +3062,7 @@ body:not(.fse-enabled) .footer-menu a {
|
|
}
|
|
}
|
|
|
|
|
|
.comment-meta .comment-metadata {
|
|
.comment-meta .comment-metadata {
|
|
- color: black;
|
|
|
|
|
|
+ color: #010101;
|
|
padding-left: 40px;
|
|
padding-left: 40px;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -3267,8 +3267,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: Poppins, sans-serif;
|
|
font-family: Poppins, sans-serif;
|
|
font-family: var(--font-headings, Poppins, sans-serif);
|
|
font-family: var(--font-headings, Poppins, sans-serif);
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
@@ -3563,9 +3563,9 @@ 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 #e6e6e6;
|
|
border: 1px solid #e6e6e6;
|
|
- color: black;
|
|
|
|
|
|
+ color: #010101;
|
|
font-size: 0.83333rem;
|
|
font-size: 0.83333rem;
|
|
line-height: inherit;
|
|
line-height: inherit;
|
|
padding: 16px;
|
|
padding: 16px;
|
|
@@ -3578,14 +3578,14 @@ 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: black;
|
|
|
|
|
|
+ background: #010101;
|
|
border-color: #333333;
|
|
border-color: #333333;
|
|
- 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;
|
|
|
|
- color: black;
|
|
|
|
|
|
+ background: #ffffff;
|
|
|
|
+ color: #010101;
|
|
}
|
|
}
|
|
|
|
|
|
body .widget_eu_cookie_law_widget #eu-cookie-law.negative input.accept:hover, body .widget_eu_cookie_law_widget #eu-cookie-law.negative input.accept:focus, body .widget_eu_cookie_law_widget #eu-cookie-law.negative input.accept.has-focus {
|
|
body .widget_eu_cookie_law_widget #eu-cookie-law.negative input.accept:hover, body .widget_eu_cookie_law_widget #eu-cookie-law.negative input.accept:focus, body .widget_eu_cookie_law_widget #eu-cookie-law.negative input.accept.has-focus {
|
|
@@ -3789,7 +3789,7 @@ strong {
|
|
.a8c-posts-list .a8c-posts-list-item__title a:active,
|
|
.a8c-posts-list .a8c-posts-list-item__title a:active,
|
|
.a8c-posts-list .a8c-posts-list-item__title a:focus,
|
|
.a8c-posts-list .a8c-posts-list-item__title a:focus,
|
|
.a8c-posts-list .a8c-posts-list-item__title a:hover {
|
|
.a8c-posts-list .a8c-posts-list-item__title a:hover {
|
|
- color: black;
|
|
|
|
|
|
+ color: #000000;
|
|
}
|
|
}
|
|
|
|
|
|
.sticky-post,
|
|
.sticky-post,
|