|
@@ -594,20 +594,20 @@ html {
|
|
body {
|
|
body {
|
|
font-size: 1rem;
|
|
font-size: 1rem;
|
|
font-weight: normal;
|
|
font-weight: normal;
|
|
- color: #242424;
|
|
|
|
|
|
+ color: black;
|
|
text-align: right;
|
|
text-align: right;
|
|
- background-color: #FAF8F5;
|
|
|
|
|
|
+ background-color: white;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
* Links styles
|
|
* Links styles
|
|
*/
|
|
*/
|
|
a {
|
|
a {
|
|
- color: #8D6708;
|
|
|
|
|
|
+ color: black;
|
|
}
|
|
}
|
|
|
|
|
|
a:hover {
|
|
a:hover {
|
|
- color: #5d4405;
|
|
|
|
|
|
+ color: #666666;
|
|
}
|
|
}
|
|
|
|
|
|
button,
|
|
button,
|
|
@@ -631,12 +631,12 @@ a {
|
|
}
|
|
}
|
|
|
|
|
|
.screen-reader-text:focus {
|
|
.screen-reader-text:focus {
|
|
- background-color: #FAF8F5;
|
|
|
|
|
|
+ background-color: white;
|
|
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: #242424;
|
|
|
|
|
|
+ color: black;
|
|
display: block;
|
|
display: block;
|
|
font-size: 1.2rem;
|
|
font-size: 1.2rem;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
@@ -972,8 +972,8 @@ input[type="datetime"],
|
|
input[type="datetime-local"],
|
|
input[type="datetime-local"],
|
|
input[type="color"],
|
|
input[type="color"],
|
|
textarea {
|
|
textarea {
|
|
- color: #242424;
|
|
|
|
- border: 1px solid #cccccc;
|
|
|
|
|
|
+ color: black;
|
|
|
|
+ border: 1px solid #e6e6e6;
|
|
border-radius: 3px;
|
|
border-radius: 3px;
|
|
padding: 16px;
|
|
padding: 16px;
|
|
}
|
|
}
|
|
@@ -994,12 +994,12 @@ 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: #242424;
|
|
|
|
- border-color: #5d4405;
|
|
|
|
|
|
+ color: black;
|
|
|
|
+ border-color: #666666;
|
|
}
|
|
}
|
|
|
|
|
|
select {
|
|
select {
|
|
- border: 1px solid #cccccc;
|
|
|
|
|
|
+ border: 1px solid #e6e6e6;
|
|
}
|
|
}
|
|
|
|
|
|
textarea {
|
|
textarea {
|
|
@@ -1014,7 +1014,7 @@ input[type=checkbox] + label {
|
|
}
|
|
}
|
|
|
|
|
|
figcaption {
|
|
figcaption {
|
|
- color: #6e6e6e;
|
|
|
|
|
|
+ color: #666666;
|
|
font-size: 0.69444rem;
|
|
font-size: 0.69444rem;
|
|
margin-top: calc(0.5 * 16px);
|
|
margin-top: calc(0.5 * 16px);
|
|
margin-bottom: 16px;
|
|
margin-bottom: 16px;
|
|
@@ -1082,7 +1082,7 @@ input[type="submit"],
|
|
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-size: 0.83333rem;
|
|
font-size: 0.83333rem;
|
|
- background-color: #8D6708;
|
|
|
|
|
|
+ background-color: black;
|
|
border-radius: 5px;
|
|
border-radius: 5px;
|
|
border-width: 0;
|
|
border-width: 0;
|
|
padding: 16px 16px;
|
|
padding: 16px 16px;
|
|
@@ -1133,21 +1133,21 @@ 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 {
|
|
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all {
|
|
color: white;
|
|
color: white;
|
|
- background-color: #5d4405;
|
|
|
|
|
|
+ background-color: #666666;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
* 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: #8D6708;
|
|
|
|
|
|
+ color: black;
|
|
background: transparent;
|
|
background: transparent;
|
|
border: 2px solid currentcolor;
|
|
border: 2px solid currentcolor;
|
|
padding: 14px 16px;
|
|
padding: 14px 16px;
|
|
}
|
|
}
|
|
|
|
|
|
.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 {
|
|
- color: #5d4405;
|
|
|
|
|
|
+ color: #666666;
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-button.is-style-squared .wp-block-button__link {
|
|
.wp-block-button.is-style-squared .wp-block-button__link {
|
|
@@ -1155,14 +1155,14 @@ input.has-focus[type="submit"],
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-code {
|
|
.wp-block-code {
|
|
- color: #242424;
|
|
|
|
|
|
+ color: black;
|
|
font-size: 0.83333rem;
|
|
font-size: 0.83333rem;
|
|
padding: 16px;
|
|
padding: 16px;
|
|
- border-color: #cccccc;
|
|
|
|
|
|
+ border-color: #e6e6e6;
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-code pre {
|
|
.wp-block-code pre {
|
|
- color: #242424;
|
|
|
|
|
|
+ color: black;
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-columns {
|
|
.wp-block-columns {
|
|
@@ -1324,7 +1324,7 @@ input.has-focus[type="submit"],
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-file .wp-block-file__button {
|
|
.wp-block-file .wp-block-file__button {
|
|
- background-color: #8D6708;
|
|
|
|
|
|
+ background-color: black;
|
|
color: white;
|
|
color: white;
|
|
font-size: 0.83333rem;
|
|
font-size: 0.83333rem;
|
|
margin-right: 16px;
|
|
margin-right: 16px;
|
|
@@ -1405,7 +1405,7 @@ h4, .h4,
|
|
h5, .h5,
|
|
h5, .h5,
|
|
h6, .h6 {
|
|
h6, .h6 {
|
|
font-family: Poppins, sans-serif;
|
|
font-family: Poppins, sans-serif;
|
|
- font-weight: 700;
|
|
|
|
|
|
+ font-weight: 600;
|
|
clear: both;
|
|
clear: both;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1446,7 +1446,7 @@ h6, .h6 {
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-image figcaption {
|
|
.wp-block-image figcaption {
|
|
- color: #6e6e6e;
|
|
|
|
|
|
+ color: #666666;
|
|
font-size: 0.69444rem;
|
|
font-size: 0.69444rem;
|
|
margin-top: calc(0.5 * 16px);
|
|
margin-top: calc(0.5 * 16px);
|
|
margin-bottom: 16px;
|
|
margin-bottom: 16px;
|
|
@@ -1496,7 +1496,7 @@ img {
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-latest-comments .wp-block-latest-comments__comment-date {
|
|
.wp-block-latest-comments .wp-block-latest-comments__comment-date {
|
|
- color: #6e6e6e;
|
|
|
|
|
|
+ color: #666666;
|
|
font-size: 0.83333rem;
|
|
font-size: 0.83333rem;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1527,12 +1527,12 @@ img {
|
|
.wp-block-latest-posts > li > a {
|
|
.wp-block-latest-posts > li > a {
|
|
font-family: Poppins, sans-serif;
|
|
font-family: Poppins, sans-serif;
|
|
font-size: 1.2rem;
|
|
font-size: 1.2rem;
|
|
- font-weight: 700;
|
|
|
|
|
|
+ font-weight: 600;
|
|
line-height: 1.125;
|
|
line-height: 1.125;
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-latest-posts .wp-block-latest-posts__post-date {
|
|
.wp-block-latest-posts .wp-block-latest-posts__post-date {
|
|
- color: #6e6e6e;
|
|
|
|
|
|
+ color: #666666;
|
|
font-size: 0.69444rem;
|
|
font-size: 0.69444rem;
|
|
line-height: 1.6;
|
|
line-height: 1.6;
|
|
}
|
|
}
|
|
@@ -1694,8 +1694,8 @@ p.has-background {
|
|
}
|
|
}
|
|
|
|
|
|
.a8c-posts-list-item__featured span {
|
|
.a8c-posts-list-item__featured span {
|
|
- color: #FAF8F5;
|
|
|
|
- background-color: #8D6708;
|
|
|
|
|
|
+ color: white;
|
|
|
|
+ background-color: black;
|
|
font-family: Poppins, sans-serif;
|
|
font-family: Poppins, sans-serif;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
font-size: 0.83333rem;
|
|
font-size: 0.83333rem;
|
|
@@ -1733,7 +1733,7 @@ p.has-background {
|
|
}
|
|
}
|
|
|
|
|
|
.a8c-posts-list__item .a8c-posts-list-item__meta {
|
|
.a8c-posts-list__item .a8c-posts-list-item__meta {
|
|
- color: #6e6e6e;
|
|
|
|
|
|
+ color: #666666;
|
|
font-size: 0.83333rem;
|
|
font-size: 0.83333rem;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1742,7 +1742,7 @@ p.has-background {
|
|
}
|
|
}
|
|
|
|
|
|
.a8c-posts-list__item .a8c-posts-list-item__meta a:hover, .a8c-posts-list__item .a8c-posts-list-item__meta a:active {
|
|
.a8c-posts-list__item .a8c-posts-list-item__meta a:hover, .a8c-posts-list__item .a8c-posts-list-item__meta a:active {
|
|
- color: #5d4405;
|
|
|
|
|
|
+ color: #666666;
|
|
}
|
|
}
|
|
|
|
|
|
.a8c-posts-list__item .a8c-posts-list-item__edit-link {
|
|
.a8c-posts-list__item .a8c-posts-list-item__edit-link {
|
|
@@ -1758,11 +1758,11 @@ p.has-background {
|
|
margin-right: 0;
|
|
margin-right: 0;
|
|
margin-left: 0;
|
|
margin-left: 0;
|
|
text-align: center;
|
|
text-align: center;
|
|
- border-top-color: #cccccc;
|
|
|
|
|
|
+ border-top-color: #e6e6e6;
|
|
border-top-width: 4px;
|
|
border-top-width: 4px;
|
|
- border-bottom-color: #cccccc;
|
|
|
|
|
|
+ border-bottom-color: #e6e6e6;
|
|
border-bottom-width: 4px;
|
|
border-bottom-width: 4px;
|
|
- color: #242424;
|
|
|
|
|
|
+ color: black;
|
|
/**
|
|
/**
|
|
* Block Options
|
|
* Block Options
|
|
*/
|
|
*/
|
|
@@ -1782,7 +1782,7 @@ p.has-background {
|
|
.wp-block-pullquote .wp-block-pullquote__citation,
|
|
.wp-block-pullquote .wp-block-pullquote__citation,
|
|
.wp-block-pullquote cite,
|
|
.wp-block-pullquote cite,
|
|
.wp-block-pullquote footer {
|
|
.wp-block-pullquote footer {
|
|
- color: #6e6e6e;
|
|
|
|
|
|
+ color: #666666;
|
|
font-size: 0.83333rem;
|
|
font-size: 0.83333rem;
|
|
letter-spacing: normal;
|
|
letter-spacing: normal;
|
|
display: block;
|
|
display: block;
|
|
@@ -1801,8 +1801,8 @@ p.has-background {
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-pullquote.is-style-solid-color {
|
|
.wp-block-pullquote.is-style-solid-color {
|
|
- background-color: #8D6708;
|
|
|
|
- color: #FAF8F5;
|
|
|
|
|
|
+ background-color: black;
|
|
|
|
+ color: white;
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
@@ -1826,7 +1826,7 @@ p.has-background {
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-quote {
|
|
.wp-block-quote {
|
|
- border-right-color: #8D6708;
|
|
|
|
|
|
+ border-right-color: black;
|
|
margin: 32px 0;
|
|
margin: 32px 0;
|
|
padding: 0 16px;
|
|
padding: 0 16px;
|
|
/**
|
|
/**
|
|
@@ -1857,7 +1857,7 @@ p.has-background {
|
|
.wp-block-quote .wp-block-quote__citation,
|
|
.wp-block-quote .wp-block-quote__citation,
|
|
.wp-block-quote cite,
|
|
.wp-block-quote cite,
|
|
.wp-block-quote footer {
|
|
.wp-block-quote footer {
|
|
- color: #6e6e6e;
|
|
|
|
|
|
+ color: #666666;
|
|
font-size: 0.83333rem;
|
|
font-size: 0.83333rem;
|
|
letter-spacing: normal;
|
|
letter-spacing: normal;
|
|
}
|
|
}
|
|
@@ -1869,7 +1869,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: #8D6708;
|
|
|
|
|
|
+ border-left-color: black;
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-quote.is-style-large, .wp-block-quote.is-large {
|
|
.wp-block-quote.is-style-large, .wp-block-quote.is-large {
|
|
@@ -1889,13 +1889,13 @@ p.has-background {
|
|
.wp-block-quote.is-style-large footer, .wp-block-quote.is-large .wp-block-quote__citation,
|
|
.wp-block-quote.is-style-large footer, .wp-block-quote.is-large .wp-block-quote__citation,
|
|
.wp-block-quote.is-large cite,
|
|
.wp-block-quote.is-large cite,
|
|
.wp-block-quote.is-large footer {
|
|
.wp-block-quote.is-large footer {
|
|
- color: #6e6e6e;
|
|
|
|
|
|
+ color: #666666;
|
|
font-size: 0.83333rem;
|
|
font-size: 0.83333rem;
|
|
letter-spacing: normal;
|
|
letter-spacing: normal;
|
|
}
|
|
}
|
|
|
|
|
|
hr {
|
|
hr {
|
|
- border-bottom-color: #cccccc;
|
|
|
|
|
|
+ border-bottom-color: #e6e6e6;
|
|
border-bottom-width: 2px;
|
|
border-bottom-width: 2px;
|
|
clear: both;
|
|
clear: both;
|
|
margin-right: auto;
|
|
margin-right: auto;
|
|
@@ -1903,19 +1903,19 @@ hr {
|
|
}
|
|
}
|
|
|
|
|
|
hr.wp-block-separator {
|
|
hr.wp-block-separator {
|
|
- border-bottom-color: #cccccc;
|
|
|
|
|
|
+ border-bottom-color: #e6e6e6;
|
|
/**
|
|
/**
|
|
* Block Options
|
|
* Block Options
|
|
*/
|
|
*/
|
|
}
|
|
}
|
|
|
|
|
|
hr.wp-block-separator.is-style-wide {
|
|
hr.wp-block-separator.is-style-wide {
|
|
- border-bottom-color: #cccccc;
|
|
|
|
|
|
+ border-bottom-color: #e6e6e6;
|
|
border-bottom-width: 2px;
|
|
border-bottom-width: 2px;
|
|
}
|
|
}
|
|
|
|
|
|
hr.wp-block-separator.is-style-dots:before {
|
|
hr.wp-block-separator.is-style-dots:before {
|
|
- color: #cccccc;
|
|
|
|
|
|
+ color: #e6e6e6;
|
|
font-size: 1.728rem;
|
|
font-size: 1.728rem;
|
|
letter-spacing: 0.83333rem;
|
|
letter-spacing: 0.83333rem;
|
|
padding-right: 0.83333rem;
|
|
padding-right: 0.83333rem;
|
|
@@ -1965,7 +1965,7 @@ table th,
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-video figcaption {
|
|
.wp-block-video figcaption {
|
|
- color: #6e6e6e;
|
|
|
|
|
|
+ color: #666666;
|
|
font-size: 0.69444rem;
|
|
font-size: 0.69444rem;
|
|
margin-top: calc(0.5 * 16px);
|
|
margin-top: calc(0.5 * 16px);
|
|
margin-bottom: 16px;
|
|
margin-bottom: 16px;
|
|
@@ -2048,35 +2048,35 @@ table th,
|
|
}
|
|
}
|
|
|
|
|
|
.has-primary-color[class] {
|
|
.has-primary-color[class] {
|
|
- color: #8D6708 !important;
|
|
|
|
|
|
+ color: black !important;
|
|
}
|
|
}
|
|
|
|
|
|
.has-secondary-color[class] {
|
|
.has-secondary-color[class] {
|
|
- color: #403D39 !important;
|
|
|
|
|
|
+ color: #1a1a1a !important;
|
|
}
|
|
}
|
|
|
|
|
|
.has-foreground-color[class] {
|
|
.has-foreground-color[class] {
|
|
- color: #242424 !important;
|
|
|
|
|
|
+ color: black !important;
|
|
}
|
|
}
|
|
|
|
|
|
.has-foreground-light-color[class] {
|
|
.has-foreground-light-color[class] {
|
|
- color: #6e6e6e !important;
|
|
|
|
|
|
+ color: #666666 !important;
|
|
}
|
|
}
|
|
|
|
|
|
.has-foreground-dark-color[class] {
|
|
.has-foreground-dark-color[class] {
|
|
- color: #111111 !important;
|
|
|
|
|
|
+ color: #333333 !important;
|
|
}
|
|
}
|
|
|
|
|
|
.has-background-light-color[class] {
|
|
.has-background-light-color[class] {
|
|
- color: #DDDDDD !important;
|
|
|
|
|
|
+ color: #f2f2f2 !important;
|
|
}
|
|
}
|
|
|
|
|
|
.has-background-dark-color[class] {
|
|
.has-background-dark-color[class] {
|
|
- color: #CCC5B9 !important;
|
|
|
|
|
|
+ color: #d9d9d9 !important;
|
|
}
|
|
}
|
|
|
|
|
|
.has-background-color[class] {
|
|
.has-background-color[class] {
|
|
- color: #FAF8F5 !important;
|
|
|
|
|
|
+ color: white !important;
|
|
}
|
|
}
|
|
|
|
|
|
.has-background:not(.has-background-background-color) a,
|
|
.has-background:not(.has-background-background-color) a,
|
|
@@ -2086,43 +2086,43 @@ table th,
|
|
}
|
|
}
|
|
|
|
|
|
.has-primary-background-color[class] {
|
|
.has-primary-background-color[class] {
|
|
- background-color: #8D6708 !important;
|
|
|
|
- color: #FAF8F5;
|
|
|
|
|
|
+ background-color: black !important;
|
|
|
|
+ color: white;
|
|
}
|
|
}
|
|
|
|
|
|
.has-secondary-background-color[class] {
|
|
.has-secondary-background-color[class] {
|
|
- background-color: #403D39 !important;
|
|
|
|
- color: #FAF8F5;
|
|
|
|
|
|
+ background-color: #1a1a1a !important;
|
|
|
|
+ color: white;
|
|
}
|
|
}
|
|
|
|
|
|
.has-foreground-background-color[class] {
|
|
.has-foreground-background-color[class] {
|
|
- background-color: #242424 !important;
|
|
|
|
- color: #FAF8F5;
|
|
|
|
|
|
+ background-color: black !important;
|
|
|
|
+ color: white;
|
|
}
|
|
}
|
|
|
|
|
|
.has-foreground-light-background-color[class] {
|
|
.has-foreground-light-background-color[class] {
|
|
- background-color: #6e6e6e !important;
|
|
|
|
- color: #FAF8F5;
|
|
|
|
|
|
+ background-color: #666666 !important;
|
|
|
|
+ color: white;
|
|
}
|
|
}
|
|
|
|
|
|
.has-foreground-dark-background-color[class] {
|
|
.has-foreground-dark-background-color[class] {
|
|
- background-color: #111111 !important;
|
|
|
|
- color: #FAF8F5;
|
|
|
|
|
|
+ background-color: #333333 !important;
|
|
|
|
+ color: white;
|
|
}
|
|
}
|
|
|
|
|
|
.has-background-light-background-color[class] {
|
|
.has-background-light-background-color[class] {
|
|
- background-color: #DDDDDD !important;
|
|
|
|
- color: #242424;
|
|
|
|
|
|
+ background-color: #f2f2f2 !important;
|
|
|
|
+ color: black;
|
|
}
|
|
}
|
|
|
|
|
|
.has-background-dark-background-color[class] {
|
|
.has-background-dark-background-color[class] {
|
|
- background-color: #CCC5B9 !important;
|
|
|
|
- color: #242424;
|
|
|
|
|
|
+ background-color: #d9d9d9 !important;
|
|
|
|
+ color: black;
|
|
}
|
|
}
|
|
|
|
|
|
.has-background-background-color[class] {
|
|
.has-background-background-color[class] {
|
|
- background-color: #FAF8F5 !important;
|
|
|
|
- color: #242424;
|
|
|
|
|
|
+ background-color: white !important;
|
|
|
|
+ color: black;
|
|
}
|
|
}
|
|
|
|
|
|
.is-small-text,
|
|
.is-small-text,
|
|
@@ -2153,7 +2153,7 @@ table th,
|
|
.has-drop-cap:not(:focus)::first-letter {
|
|
.has-drop-cap:not(:focus)::first-letter {
|
|
font-family: Poppins, sans-serif;
|
|
font-family: Poppins, sans-serif;
|
|
font-size: calc(2 * 2.0736rem);
|
|
font-size: calc(2 * 2.0736rem);
|
|
- font-weight: 700;
|
|
|
|
|
|
+ font-weight: 600;
|
|
line-height: 0.66;
|
|
line-height: 0.66;
|
|
text-transform: uppercase;
|
|
text-transform: uppercase;
|
|
font-style: normal;
|
|
font-style: normal;
|
|
@@ -2292,11 +2292,11 @@ table th,
|
|
* - Similar to Blocks but exist outside of the "current" editor context
|
|
* - Similar to Blocks but exist outside of the "current" editor context
|
|
*/
|
|
*/
|
|
.site-branding {
|
|
.site-branding {
|
|
- color: #6e6e6e;
|
|
|
|
|
|
+ color: #666666;
|
|
}
|
|
}
|
|
|
|
|
|
.site-title {
|
|
.site-title {
|
|
- color: #242424;
|
|
|
|
|
|
+ color: black;
|
|
font-family: Poppins, sans-serif;
|
|
font-family: Poppins, sans-serif;
|
|
font-size: 1.44rem;
|
|
font-size: 1.44rem;
|
|
letter-spacing: normal;
|
|
letter-spacing: normal;
|
|
@@ -2305,7 +2305,7 @@ table th,
|
|
|
|
|
|
.site-title a {
|
|
.site-title a {
|
|
color: currentColor;
|
|
color: currentColor;
|
|
- font-weight: 700;
|
|
|
|
|
|
+ font-weight: 600;
|
|
}
|
|
}
|
|
|
|
|
|
.site-title a:link, .site-title a:visited {
|
|
.site-title a:link, .site-title a:visited {
|
|
@@ -2313,7 +2313,7 @@ table th,
|
|
}
|
|
}
|
|
|
|
|
|
.site-title a:hover {
|
|
.site-title a:hover {
|
|
- color: #5d4405;
|
|
|
|
|
|
+ color: #666666;
|
|
}
|
|
}
|
|
|
|
|
|
.site-description {
|
|
.site-description {
|
|
@@ -2323,7 +2323,7 @@ table th,
|
|
}
|
|
}
|
|
|
|
|
|
.main-navigation {
|
|
.main-navigation {
|
|
- color: #242424;
|
|
|
|
|
|
+ color: black;
|
|
}
|
|
}
|
|
|
|
|
|
.main-navigation > div {
|
|
.main-navigation > div {
|
|
@@ -2340,7 +2340,7 @@ table th,
|
|
}
|
|
}
|
|
|
|
|
|
.main-navigation #toggle:focus + #toggle-menu {
|
|
.main-navigation #toggle:focus + #toggle-menu {
|
|
- background-color: #5d4405;
|
|
|
|
|
|
+ background-color: #666666;
|
|
outline: inherit;
|
|
outline: inherit;
|
|
text-decoration: underline;
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
@@ -2451,7 +2451,7 @@ table th,
|
|
|
|
|
|
@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: #FAF8F5;
|
|
|
|
|
|
+ background: white;
|
|
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%;
|
|
@@ -2468,26 +2468,26 @@ table th,
|
|
}
|
|
}
|
|
|
|
|
|
.main-navigation a {
|
|
.main-navigation a {
|
|
- color: #8D6708;
|
|
|
|
|
|
+ color: black;
|
|
display: block;
|
|
display: block;
|
|
font-family: Poppins, sans-serif;
|
|
font-family: Poppins, sans-serif;
|
|
font-size: 0.83333rem;
|
|
font-size: 0.83333rem;
|
|
- font-weight: 600;
|
|
|
|
- padding: 8px 0;
|
|
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ padding: 4px 0;
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
@media only screen and (min-width: 560px) {
|
|
.main-navigation a {
|
|
.main-navigation a {
|
|
- padding: 16px;
|
|
|
|
|
|
+ padding: 8px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.main-navigation a:link, .main-navigation a:visited {
|
|
.main-navigation a:link, .main-navigation a:visited {
|
|
- color: #8D6708;
|
|
|
|
|
|
+ color: black;
|
|
}
|
|
}
|
|
|
|
|
|
.main-navigation a:hover {
|
|
.main-navigation a:hover {
|
|
- color: #5d4405;
|
|
|
|
|
|
+ color: #666666;
|
|
}
|
|
}
|
|
|
|
|
|
.main-navigation .sub-menu {
|
|
.main-navigation .sub-menu {
|
|
@@ -2498,8 +2498,8 @@ table th,
|
|
}
|
|
}
|
|
|
|
|
|
.main-navigation .sub-menu .menu-item a {
|
|
.main-navigation .sub-menu .menu-item a {
|
|
- padding-top: 8px;
|
|
|
|
- padding-bottom: 8px;
|
|
|
|
|
|
+ padding-top: 4px;
|
|
|
|
+ padding-bottom: 4px;
|
|
}
|
|
}
|
|
|
|
|
|
.main-navigation .sub-menu .menu-item a::before {
|
|
.main-navigation .sub-menu .menu-item a::before {
|
|
@@ -2545,13 +2545,13 @@ table th,
|
|
}
|
|
}
|
|
|
|
|
|
.social-navigation a {
|
|
.social-navigation a {
|
|
- color: #242424;
|
|
|
|
|
|
+ color: black;
|
|
display: inline-block;
|
|
display: inline-block;
|
|
padding: 0 calc( 0.5 * calc(0.66 * 16px ));
|
|
padding: 0 calc( 0.5 * calc(0.66 * 16px ));
|
|
}
|
|
}
|
|
|
|
|
|
.social-navigation a:hover {
|
|
.social-navigation a:hover {
|
|
- color: #5d4405;
|
|
|
|
|
|
+ color: #666666;
|
|
}
|
|
}
|
|
|
|
|
|
.social-navigation svg {
|
|
.social-navigation svg {
|
|
@@ -2573,7 +2573,7 @@ table th,
|
|
}
|
|
}
|
|
|
|
|
|
.site-info {
|
|
.site-info {
|
|
- color: #6e6e6e;
|
|
|
|
|
|
+ color: #666666;
|
|
font-family: Poppins, sans-serif;
|
|
font-family: Poppins, sans-serif;
|
|
font-size: 0.83333rem;
|
|
font-size: 0.83333rem;
|
|
}
|
|
}
|
|
@@ -2600,7 +2600,7 @@ table th,
|
|
}
|
|
}
|
|
|
|
|
|
.site-info a:hover {
|
|
.site-info a:hover {
|
|
- color: #5d4405;
|
|
|
|
|
|
+ color: #666666;
|
|
}
|
|
}
|
|
|
|
|
|
.footer-navigation {
|
|
.footer-navigation {
|
|
@@ -2622,7 +2622,7 @@ table th,
|
|
}
|
|
}
|
|
|
|
|
|
.footer-navigation .footer-menu {
|
|
.footer-navigation .footer-menu {
|
|
- color: #6e6e6e;
|
|
|
|
|
|
+ color: #666666;
|
|
margin: 0;
|
|
margin: 0;
|
|
padding-right: 0;
|
|
padding-right: 0;
|
|
}
|
|
}
|
|
@@ -2650,8 +2650,8 @@ table th,
|
|
.footer-navigation .footer-menu a {
|
|
.footer-navigation .footer-menu a {
|
|
font-family: Poppins, sans-serif;
|
|
font-family: Poppins, sans-serif;
|
|
font-size: 0.83333rem;
|
|
font-size: 0.83333rem;
|
|
- font-weight: 600;
|
|
|
|
- padding: 16px;
|
|
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ padding: 8px;
|
|
color: currentColor;
|
|
color: currentColor;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -2660,7 +2660,7 @@ table th,
|
|
}
|
|
}
|
|
|
|
|
|
.footer-navigation .footer-menu a:hover {
|
|
.footer-navigation .footer-menu a:hover {
|
|
- color: #5d4405;
|
|
|
|
|
|
+ color: #666666;
|
|
}
|
|
}
|
|
|
|
|
|
.entry-title {
|
|
.entry-title {
|
|
@@ -2671,7 +2671,7 @@ table th,
|
|
|
|
|
|
.entry-meta,
|
|
.entry-meta,
|
|
.entry-footer {
|
|
.entry-footer {
|
|
- color: #6e6e6e;
|
|
|
|
|
|
+ color: #666666;
|
|
clear: both;
|
|
clear: both;
|
|
float: none;
|
|
float: none;
|
|
font-size: 0.83333rem;
|
|
font-size: 0.83333rem;
|
|
@@ -2708,7 +2708,7 @@ table th,
|
|
.entry-meta a:hover, .entry-meta a:active,
|
|
.entry-meta a:hover, .entry-meta a:active,
|
|
.entry-footer a:hover,
|
|
.entry-footer a:hover,
|
|
.entry-footer a:active {
|
|
.entry-footer a:active {
|
|
- color: #5d4405;
|
|
|
|
|
|
+ color: #666666;
|
|
}
|
|
}
|
|
|
|
|
|
.entry-meta .svg-icon,
|
|
.entry-meta .svg-icon,
|
|
@@ -2880,13 +2880,13 @@ table th,
|
|
* Comment Lists
|
|
* Comment Lists
|
|
*/
|
|
*/
|
|
.comment-list {
|
|
.comment-list {
|
|
- border-bottom: 1px solid #cccccc;
|
|
|
|
|
|
+ border-bottom: 1px solid #e6e6e6;
|
|
margin-right: 0;
|
|
margin-right: 0;
|
|
list-style: none;
|
|
list-style: none;
|
|
}
|
|
}
|
|
|
|
|
|
.comment-list > li {
|
|
.comment-list > li {
|
|
- border-top: 1px solid #cccccc;
|
|
|
|
|
|
+ border-top: 1px solid #e6e6e6;
|
|
margin-top: 32px;
|
|
margin-top: 32px;
|
|
margin-bottom: 32px;
|
|
margin-bottom: 32px;
|
|
}
|
|
}
|
|
@@ -2897,7 +2897,7 @@ table th,
|
|
}
|
|
}
|
|
|
|
|
|
.children > li {
|
|
.children > li {
|
|
- border-top: 1px solid #cccccc;
|
|
|
|
|
|
+ border-top: 1px solid #e6e6e6;
|
|
margin-top: 32px;
|
|
margin-top: 32px;
|
|
margin-bottom: 32px;
|
|
margin-bottom: 32px;
|
|
}
|
|
}
|
|
@@ -2944,7 +2944,7 @@ table th,
|
|
}
|
|
}
|
|
|
|
|
|
.comment-meta .comment-metadata {
|
|
.comment-meta .comment-metadata {
|
|
- color: #242424;
|
|
|
|
|
|
+ color: black;
|
|
}
|
|
}
|
|
|
|
|
|
.comment-meta .comment-metadata a {
|
|
.comment-meta .comment-metadata a {
|
|
@@ -2952,7 +2952,7 @@ table th,
|
|
}
|
|
}
|
|
|
|
|
|
.comment-meta .comment-metadata a:hover, .comment-meta .comment-metadata a:active {
|
|
.comment-meta .comment-metadata a:hover, .comment-meta .comment-metadata a:active {
|
|
- color: #5d4405;
|
|
|
|
|
|
+ color: #666666;
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
@media only screen and (min-width: 560px) {
|
|
@@ -3121,8 +3121,8 @@ img#wpstats {
|
|
* - Page specific styles
|
|
* - Page specific styles
|
|
*/
|
|
*/
|
|
.sticky-post {
|
|
.sticky-post {
|
|
- color: #FAF8F5;
|
|
|
|
- background-color: #8D6708;
|
|
|
|
|
|
+ color: white;
|
|
|
|
+ background-color: black;
|
|
font-family: Poppins, sans-serif;
|
|
font-family: Poppins, sans-serif;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
font-size: 0.83333rem;
|
|
font-size: 0.83333rem;
|
|
@@ -3411,31 +3411,15 @@ strong {
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
}
|
|
}
|
|
|
|
|
|
-a {
|
|
|
|
- text-decoration: none;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.wp-block-cover a,
|
|
|
|
-.wp-block-cover-image a,
|
|
|
|
-.wp-block-media-text a,
|
|
|
|
-p:not(.site-title) a {
|
|
|
|
- text-decoration: underline;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.wp-block-cover a.wp-block-button__link, .wp-block-cover a:hover,
|
|
|
|
-.wp-block-cover-image a.wp-block-button__link,
|
|
|
|
-.wp-block-cover-image a:hover,
|
|
|
|
-.wp-block-media-text a.wp-block-button__link,
|
|
|
|
-.wp-block-media-text a:hover,
|
|
|
|
-p:not(.site-title) a.wp-block-button__link,
|
|
|
|
-p:not(.site-title) a:hover {
|
|
|
|
|
|
+.site-header a, a:hover, a:focus {
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
* Header
|
|
* Header
|
|
*/
|
|
*/
|
|
-.site-header {
|
|
|
|
|
|
+.site-header,
|
|
|
|
+.site-footer {
|
|
max-width: 100%;
|
|
max-width: 100%;
|
|
padding-right: 16px;
|
|
padding-right: 16px;
|
|
padding-left: 16px;
|
|
padding-left: 16px;
|
|
@@ -3443,19 +3427,20 @@ p:not(.site-title) a:hover {
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
@media only screen and (min-width: 560px) {
|
|
- .site-header {
|
|
|
|
- padding: 24px 32px;
|
|
|
|
|
|
+ .site-header,
|
|
|
|
+ .site-footer {
|
|
|
|
+ padding: 32px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-.site-header .site-branding .site-description {
|
|
|
|
|
|
+.site-branding .site-description {
|
|
display: none;
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
* CSS-grid Desktop Menu
|
|
* CSS-grid Desktop Menu
|
|
*/
|
|
*/
|
|
-@media only screen and (min-width: 560px) {
|
|
|
|
|
|
+@media only screen and (min-width: 782px) {
|
|
.site-header {
|
|
.site-header {
|
|
display: flex;
|
|
display: flex;
|
|
}
|
|
}
|
|
@@ -3475,92 +3460,22 @@ p:not(.site-title) a:hover {
|
|
.site-header .site-logo + .site-title {
|
|
.site-header .site-logo + .site-title {
|
|
margin-top: 16px;
|
|
margin-top: 16px;
|
|
}
|
|
}
|
|
- .site-header .site-title + .site-description {
|
|
|
|
- margin-top: 4px;
|
|
|
|
- }
|
|
|
|
.site-header .main-navigation {
|
|
.site-header .main-navigation {
|
|
align-self: center;
|
|
align-self: center;
|
|
}
|
|
}
|
|
- .site-header .main-navigation > div > ul {
|
|
|
|
- justify-content: flex-end;
|
|
|
|
- margin-right: -8px;
|
|
|
|
- margin-left: -8px;
|
|
|
|
- }
|
|
|
|
- .site-header .main-navigation > div > ul > li > a {
|
|
|
|
- padding: 8px 16px;
|
|
|
|
- }
|
|
|
|
- .site-header .main-navigation > div > ul > .menu-item-has-children > a::after {
|
|
|
|
- font-size: 0.5rem;
|
|
|
|
- }
|
|
|
|
- .site-header .main-navigation > div > ul > .menu-item-has-children .submenu-expand {
|
|
|
|
- display: inline-block;
|
|
|
|
- margin-left: 0;
|
|
|
|
- /* Priority+ Menu */
|
|
|
|
- }
|
|
|
|
- .site-header .main-navigation > div > ul > .menu-item-has-children .submenu-expand.main-menu-more-toggle {
|
|
|
|
- position: relative;
|
|
|
|
- height: 24px;
|
|
|
|
- line-height: 1;
|
|
|
|
- width: 24px;
|
|
|
|
- padding: 0;
|
|
|
|
- margin-right: 0;
|
|
|
|
- }
|
|
|
|
- .site-header .main-navigation > div > ul > .menu-item-has-children .submenu-expand.main-menu-more-toggle svg {
|
|
|
|
- height: 24px;
|
|
|
|
- width: 24px;
|
|
|
|
- top: 0;
|
|
|
|
- vertical-align: text-bottom;
|
|
|
|
- }
|
|
|
|
- .wp-customizer-unloading .site-header .main-navigation > div > ul > .menu-item-has-children .submenu-expand, .site-header .main-navigation > div > ul > .menu-item-has-children .submenu-expand.is-empty {
|
|
|
|
- display: none;
|
|
|
|
- }
|
|
|
|
- .site-header .main-navigation > div > ul > .menu-item-has-children .submenu-expand svg {
|
|
|
|
- position: relative;
|
|
|
|
- top: 0.2rem;
|
|
|
|
- }
|
|
|
|
- .site-header .main-navigation > div > ul > li:hover > a,
|
|
|
|
- .site-header .main-navigation > div > ul > li.focus > a,
|
|
|
|
- .site-header .main-navigation > div > ul > li.current-menu-item > a {
|
|
|
|
- color: #8D6708;
|
|
|
|
- }
|
|
|
|
- .site-header .main-navigation > div > ul > li:hover > ul,
|
|
|
|
- .site-header .main-navigation > div > ul > li.focus > ul,
|
|
|
|
- .site-header .main-navigation > div > ul > li.current-menu-item > ul {
|
|
|
|
|
|
+ .site-header .main-navigation > div > ul > li > .sub-menu {
|
|
|
|
+ border: 1px solid #e6e6e6;
|
|
box-shadow: none;
|
|
box-shadow: none;
|
|
- overflow: hidden;
|
|
|
|
- }
|
|
|
|
- .site-header .main-navigation > div > ul > li:hover > ul:before,
|
|
|
|
- .site-header .main-navigation > div > ul > li.focus > ul:before,
|
|
|
|
- .site-header .main-navigation > div > ul > li.current-menu-item > ul:before {
|
|
|
|
- border-bottom: 8px solid #8D6708;
|
|
|
|
- border-right: 8px solid transparent;
|
|
|
|
- border-left: 8px solid transparent;
|
|
|
|
- content: "";
|
|
|
|
- display: block;
|
|
|
|
- margin-right: 16px;
|
|
|
|
- width: 16px;
|
|
|
|
- }
|
|
|
|
- .site-header .main-navigation > div > ul > li:hover li > a,
|
|
|
|
- .site-header .main-navigation > div > ul > li.focus li > a,
|
|
|
|
- .site-header .main-navigation > div > ul > li.current-menu-item li > a {
|
|
|
|
- background: #8D6708;
|
|
|
|
- color: #FAF8F5;
|
|
|
|
- }
|
|
|
|
- .site-header .main-navigation > div > ul > li:hover li:hover > a,
|
|
|
|
- .site-header .main-navigation > div > ul > li:hover li.focus > a,
|
|
|
|
- .site-header .main-navigation > div > ul > li:hover li.current-menu-item > a,
|
|
|
|
- .site-header .main-navigation > div > ul > li.focus li:hover > a,
|
|
|
|
- .site-header .main-navigation > div > ul > li.focus li.focus > a,
|
|
|
|
- .site-header .main-navigation > div > ul > li.focus li.current-menu-item > a,
|
|
|
|
- .site-header .main-navigation > div > ul > li.current-menu-item li:hover > a,
|
|
|
|
- .site-header .main-navigation > div > ul > li.current-menu-item li.focus > a,
|
|
|
|
- .site-header .main-navigation > div > ul > li.current-menu-item li.current-menu-item > a {
|
|
|
|
- background: #5d4405;
|
|
|
|
|
|
+ border-radius: 0;
|
|
|
|
+ }
|
|
|
|
+ .site-header .main-navigation .sub-menu .menu-item a {
|
|
|
|
+ padding-top: 8px;
|
|
|
|
+ padding-bottom: 8px;
|
|
}
|
|
}
|
|
.site-header .social-navigation {
|
|
.site-header .social-navigation {
|
|
align-self: center;
|
|
align-self: center;
|
|
justify-self: flex-end;
|
|
justify-self: flex-end;
|
|
- padding-right: 16px;
|
|
|
|
|
|
+ padding-right: 32px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -3585,6 +3500,24 @@ p:not(.site-title) a:hover {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.site-main > article > .entry-header,
|
|
|
|
+.site-main > .page-header,
|
|
|
|
+.site-main > .not-found > .page-header {
|
|
|
|
+ margin-top: 21.312px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (min-width: 560px) {
|
|
|
|
+ .site-main > article > .entry-header,
|
|
|
|
+ .site-main > .page-header,
|
|
|
|
+ .site-main > .not-found > .page-header {
|
|
|
|
+ margin-top: 64px;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+#main .entry-content .entry-attachment {
|
|
|
|
+ max-width: calc( 100% - 64px);
|
|
|
|
+}
|
|
|
|
+
|
|
.entry-title a,
|
|
.entry-title a,
|
|
.page-title a,
|
|
.page-title a,
|
|
.a8c-posts-list .a8c-posts-list-item__title a {
|
|
.a8c-posts-list .a8c-posts-list-item__title a {
|
|
@@ -3599,7 +3532,7 @@ p:not(.site-title) a:hover {
|
|
.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: #8D6708;
|
|
|
|
|
|
+ color: black;
|
|
}
|
|
}
|
|
|
|
|
|
.sticky-post,
|
|
.sticky-post,
|
|
@@ -3612,7 +3545,7 @@ p:not(.site-title) a:hover {
|
|
* Next/Previous navigation
|
|
* Next/Previous navigation
|
|
*/
|
|
*/
|
|
.post-navigation .meta-nav {
|
|
.post-navigation .meta-nav {
|
|
- color: #6e6e6e;
|
|
|
|
|
|
+ color: #666666;
|
|
}
|
|
}
|
|
|
|
|
|
.post-navigation .post-title {
|
|
.post-navigation .post-title {
|
|
@@ -3634,7 +3567,7 @@ p:not(.site-title) a:hover {
|
|
}
|
|
}
|
|
|
|
|
|
.comment-notes {
|
|
.comment-notes {
|
|
- color: #6e6e6e;
|
|
|
|
|
|
+ color: #666666;
|
|
}
|
|
}
|
|
|
|
|
|
.comment-form > p:not(.comment-form-cookies-consent) label {
|
|
.comment-form > p:not(.comment-form-cookies-consent) label {
|
|
@@ -3644,6 +3577,11 @@ p:not(.site-title) a:hover {
|
|
/**
|
|
/**
|
|
* Blocks
|
|
* Blocks
|
|
*/
|
|
*/
|
|
|
|
+.wp-block-columns.alignfull {
|
|
|
|
+ padding-left: 32px;
|
|
|
|
+ padding-right: 32px;
|
|
|
|
+}
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* Widgets
|
|
* Widgets
|
|
*/
|
|
*/
|
|
@@ -3677,7 +3615,7 @@ p:not(.site-title) a:hover {
|
|
.widget_recent_comments ul li,
|
|
.widget_recent_comments ul li,
|
|
.widget_recent_entries ul li,
|
|
.widget_recent_entries ul li,
|
|
.widget_rss ul li {
|
|
.widget_rss ul li {
|
|
- color: #6e6e6e;
|
|
|
|
|
|
+ color: #666666;
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
}
|
|
}
|
|
|
|
|