|
@@ -611,7 +611,7 @@ body {
|
|
|
* Links styles
|
|
|
*/
|
|
|
a {
|
|
|
- color: #E54343;
|
|
|
+ color: #E22C2C;
|
|
|
}
|
|
|
|
|
|
a:hover {
|
|
@@ -717,11 +717,11 @@ footer {
|
|
|
}
|
|
|
|
|
|
::selection {
|
|
|
- background-color: #A9D9F9;
|
|
|
+ background-color: #FCC7B4;
|
|
|
}
|
|
|
|
|
|
::-moz-selection {
|
|
|
- background-color: #A9D9F9;
|
|
|
+ background-color: #FCC7B4;
|
|
|
}
|
|
|
|
|
|
/**
|
|
@@ -1079,7 +1079,7 @@ input[type="submit"],
|
|
|
font-weight: bold;
|
|
|
font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
|
font-size: 1rem;
|
|
|
- background-color: #E54343;
|
|
|
+ background-color: #E22C2C;
|
|
|
border-radius: 5px;
|
|
|
border-width: 0;
|
|
|
padding: 16px 24px;
|
|
@@ -1137,7 +1137,7 @@ input.has-focus[type="submit"],
|
|
|
* Block Options
|
|
|
*/
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link {
|
|
|
- color: #E54343;
|
|
|
+ color: #E22C2C;
|
|
|
background: transparent;
|
|
|
border: 2px solid currentcolor;
|
|
|
padding: 14px 24px;
|
|
@@ -1278,7 +1278,7 @@ input.has-focus[type="submit"],
|
|
|
}
|
|
|
|
|
|
.wp-block-file .wp-block-file__button {
|
|
|
- background-color: #E54343;
|
|
|
+ background-color: #E22C2C;
|
|
|
color: white;
|
|
|
font-size: 0.86957rem;
|
|
|
margin-right: 16px;
|
|
@@ -1631,7 +1631,7 @@ p.has-background:not(.has-background-background-color) a {
|
|
|
|
|
|
.a8c-posts-list-item__featured span {
|
|
|
color: white;
|
|
|
- background-color: #E54343;
|
|
|
+ background-color: #E22C2C;
|
|
|
font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
|
font-weight: bold;
|
|
|
font-size: 0.86957rem;
|
|
@@ -1695,9 +1695,9 @@ p.has-background:not(.has-background-background-color) a {
|
|
|
margin-left: 0;
|
|
|
text-align: center;
|
|
|
border-top-color: #C5C5C5;
|
|
|
- border-top-width: 4px;
|
|
|
+ border-top-width: 2px;
|
|
|
border-bottom-color: #C5C5C5;
|
|
|
- border-bottom-width: 4px;
|
|
|
+ border-bottom-width: 2px;
|
|
|
color: #303030;
|
|
|
/**
|
|
|
* Block Options
|
|
@@ -1733,7 +1733,7 @@ p.has-background:not(.has-background-background-color) a {
|
|
|
}
|
|
|
|
|
|
.wp-block-pullquote.is-style-solid-color {
|
|
|
- background-color: #E54343;
|
|
|
+ background-color: #E22C2C;
|
|
|
color: white;
|
|
|
}
|
|
|
|
|
@@ -1758,7 +1758,7 @@ p.has-background:not(.has-background-background-color) a {
|
|
|
}
|
|
|
|
|
|
.wp-block-quote {
|
|
|
- border-right-color: #E54343;
|
|
|
+ border-right-color: #E22C2C;
|
|
|
margin: 32px 0;
|
|
|
padding: 0 16px;
|
|
|
/**
|
|
@@ -1795,7 +1795,7 @@ p.has-background:not(.has-background-background-color) a {
|
|
|
}
|
|
|
|
|
|
.wp-block-quote[style*="text-align:right"], .wp-block-quote[style*="text-align: right"] {
|
|
|
- border-left-color: #E54343;
|
|
|
+ border-left-color: #E22C2C;
|
|
|
}
|
|
|
|
|
|
.wp-block-quote.is-style-large, .wp-block-quote.is-large {
|
|
@@ -1944,11 +1944,11 @@ table th,
|
|
|
}
|
|
|
|
|
|
.has-primary-color[class] {
|
|
|
- color: #E54343 !important;
|
|
|
+ color: #E22C2C !important;
|
|
|
}
|
|
|
|
|
|
.has-secondary-color[class] {
|
|
|
- color: #17C16C !important;
|
|
|
+ color: #3ED64D !important;
|
|
|
}
|
|
|
|
|
|
.has-foreground-color[class] {
|
|
@@ -1976,7 +1976,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.has-primary-background-color[class] {
|
|
|
- background-color: #E54343 !important;
|
|
|
+ background-color: #E22C2C !important;
|
|
|
color: white;
|
|
|
}
|
|
|
|
|
@@ -1985,7 +1985,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.has-secondary-background-color[class] {
|
|
|
- background-color: #17C16C !important;
|
|
|
+ background-color: #3ED64D !important;
|
|
|
color: white;
|
|
|
}
|
|
|
|
|
@@ -2109,11 +2109,11 @@ table th,
|
|
|
* - Similar to Blocks but exist outside of the "current" editor context
|
|
|
*/
|
|
|
.site-branding {
|
|
|
- color: #757575;
|
|
|
+ color: white;
|
|
|
}
|
|
|
|
|
|
.site-title {
|
|
|
- color: #303030;
|
|
|
+ color: white;
|
|
|
font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
|
font-size: 1.74901rem;
|
|
|
letter-spacing: normal;
|
|
@@ -2130,7 +2130,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.site-title a:hover {
|
|
|
- color: #E54343;
|
|
|
+ color: rgba(255, 255, 255, 0.8);
|
|
|
}
|
|
|
|
|
|
.site-description {
|
|
@@ -2140,7 +2140,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.main-navigation {
|
|
|
- color: #303030;
|
|
|
+ color: white;
|
|
|
}
|
|
|
|
|
|
.main-navigation > div {
|
|
@@ -2157,7 +2157,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.main-navigation #toggle:focus + #toggle-menu {
|
|
|
- background-color: #E54343;
|
|
|
+ background-color: rgba(255, 255, 255, 0.8);
|
|
|
outline: inherit;
|
|
|
text-decoration: underline;
|
|
|
}
|
|
@@ -2280,7 +2280,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.main-navigation a {
|
|
|
- color: #303030;
|
|
|
+ color: white;
|
|
|
display: block;
|
|
|
font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
|
font-size: 1rem;
|
|
@@ -2289,11 +2289,11 @@ table th,
|
|
|
}
|
|
|
|
|
|
.main-navigation a:link, .main-navigation a:visited {
|
|
|
- color: #303030;
|
|
|
+ color: white;
|
|
|
}
|
|
|
|
|
|
.main-navigation a:hover {
|
|
|
- color: #E54343;
|
|
|
+ color: rgba(255, 255, 255, 0.8);
|
|
|
}
|
|
|
|
|
|
.main-navigation .sub-menu {
|
|
@@ -2343,13 +2343,13 @@ table th,
|
|
|
}
|
|
|
|
|
|
.social-navigation a {
|
|
|
- color: #757575;
|
|
|
+ color: white;
|
|
|
display: inline-block;
|
|
|
padding: 0 8px;
|
|
|
}
|
|
|
|
|
|
.social-navigation a:hover {
|
|
|
- color: #E54343;
|
|
|
+ color: rgba(255, 255, 255, 0.8);
|
|
|
}
|
|
|
|
|
|
.social-navigation svg {
|
|
@@ -2367,7 +2367,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.site-info {
|
|
|
- color: #757575;
|
|
|
+ color: white;
|
|
|
font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
|
font-size: 0.86957rem;
|
|
|
}
|
|
@@ -2394,7 +2394,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.site-info a:hover {
|
|
|
- color: #303030;
|
|
|
+ color: #C5C5C5;
|
|
|
}
|
|
|
|
|
|
.footer-navigation {
|
|
@@ -2416,7 +2416,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.footer-navigation .footer-menu {
|
|
|
- color: #757575;
|
|
|
+ color: white;
|
|
|
padding-right: 0;
|
|
|
margin-right: -16px;
|
|
|
margin-left: -16px;
|
|
@@ -2447,7 +2447,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.footer-navigation .footer-menu a:hover {
|
|
|
- color: #303030;
|
|
|
+ color: #C5C5C5;
|
|
|
}
|
|
|
|
|
|
.entry-title {
|
|
@@ -2909,7 +2909,7 @@ img#wpstats {
|
|
|
*/
|
|
|
.sticky-post {
|
|
|
color: white;
|
|
|
- background-color: #E54343;
|
|
|
+ background-color: #E22C2C;
|
|
|
font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
|
font-weight: bold;
|
|
|
font-size: 0.86957rem;
|
|
@@ -3033,9 +3033,8 @@ img#wpstats {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.wp-block-group.alignfull .alignfull, .entry-content > .alignfull, .entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery, .singular .hentry .entry-title:before, .singular .hentry .entry-title:after,
|
|
|
-.page-title:before,
|
|
|
-.page-title:after {
|
|
|
+.wp-block-group.alignfull .alignfull, .entry-content > .alignfull, .entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery, .singular .hentry .entry-title,
|
|
|
+.page-title {
|
|
|
margin-right: calc( -0.5 * ( 100vw - 100% ));
|
|
|
margin-left: calc( -0.5 * ( 100vw - 100% ));
|
|
|
width: calc( 100% + (0.5 * 2) * ( 100vw - 100% ));
|
|
@@ -3043,9 +3042,8 @@ img#wpstats {
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
|
- .wp-block-group.alignfull .alignfull, .entry-content > .alignfull, .entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery, .singular .hentry .entry-title:before, .singular .hentry .entry-title:after,
|
|
|
- .page-title:before,
|
|
|
- .page-title:after {
|
|
|
+ .wp-block-group.alignfull .alignfull, .entry-content > .alignfull, .entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery, .singular .hentry .entry-title,
|
|
|
+ .page-title {
|
|
|
margin-right: calc( -0.5 * ( 100vw - calc( 560px - 32px) ));
|
|
|
margin-left: calc( -0.5 * ( 100vw - calc( 560px - 32px) ));
|
|
|
width: calc( calc( 560px - 32px) + (0.5 * 2) * ( 100vw - calc( 560px - 32px) ));
|
|
@@ -3054,9 +3052,8 @@ img#wpstats {
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 640px) {
|
|
|
- .wp-block-group.alignfull .alignfull, .entry-content > .alignfull, .entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery, .singular .hentry .entry-title:before, .singular .hentry .entry-title:after,
|
|
|
- .page-title:before,
|
|
|
- .page-title:after {
|
|
|
+ .wp-block-group.alignfull .alignfull, .entry-content > .alignfull, .entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery, .singular .hentry .entry-title,
|
|
|
+ .page-title {
|
|
|
margin-right: calc( -0.5 * ( 100vw - calc( 640px - 32px) ));
|
|
|
margin-left: calc( -0.5 * ( 100vw - calc( 640px - 32px) ));
|
|
|
width: calc( calc( 640px - 32px) + (0.5 * 2) * ( 100vw - calc( 640px - 32px) ));
|
|
@@ -3065,9 +3062,8 @@ img#wpstats {
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 782px) {
|
|
|
- .wp-block-group.alignfull .alignfull, .entry-content > .alignfull, .entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery, .singular .hentry .entry-title:before, .singular .hentry .entry-title:after,
|
|
|
- .page-title:before,
|
|
|
- .page-title:after {
|
|
|
+ .wp-block-group.alignfull .alignfull, .entry-content > .alignfull, .entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery, .singular .hentry .entry-title,
|
|
|
+ .page-title {
|
|
|
margin-right: calc( -0.5 * ( 100vw - calc( 782px - 32px) ));
|
|
|
margin-left: calc( -0.5 * ( 100vw - calc( 782px - 32px) ));
|
|
|
width: calc( calc( 782px - 32px) + (0.5 * 2) * ( 100vw - calc( 782px - 32px) ));
|
|
@@ -3076,9 +3072,8 @@ img#wpstats {
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 1024px) {
|
|
|
- .wp-block-group.alignfull .alignfull, .entry-content > .alignfull, .entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery, .singular .hentry .entry-title:before, .singular .hentry .entry-title:after,
|
|
|
- .page-title:before,
|
|
|
- .page-title:after {
|
|
|
+ .wp-block-group.alignfull .alignfull, .entry-content > .alignfull, .entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery, .singular .hentry .entry-title,
|
|
|
+ .page-title {
|
|
|
margin-right: calc( -0.5 * ( 100vw - calc( 782px - 32px) ));
|
|
|
margin-left: calc( -0.5 * ( 100vw - calc( 782px - 32px) ));
|
|
|
width: calc( calc( 782px - 32px) + (0.5 * 2) * ( 100vw - calc( 782px - 32px) ));
|
|
@@ -3087,9 +3082,8 @@ img#wpstats {
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 1280px) {
|
|
|
- .wp-block-group.alignfull .alignfull, .entry-content > .alignfull, .entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery, .singular .hentry .entry-title:before, .singular .hentry .entry-title:after,
|
|
|
- .page-title:before,
|
|
|
- .page-title:after {
|
|
|
+ .wp-block-group.alignfull .alignfull, .entry-content > .alignfull, .entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery, .singular .hentry .entry-title,
|
|
|
+ .page-title {
|
|
|
margin-right: calc( -0.5 * ( 100vw - calc( 782px - 32px) ));
|
|
|
margin-left: calc( -0.5 * ( 100vw - calc( 782px - 32px) ));
|
|
|
width: calc( calc( 782px - 32px) + (0.5 * 2) * ( 100vw - calc( 782px - 32px) ));
|
|
@@ -3270,9 +3264,39 @@ p:not(.site-title) a:hover {
|
|
|
padding-bottom: 0;
|
|
|
}
|
|
|
|
|
|
+#masthead:before {
|
|
|
+ background: #E22C2C;
|
|
|
+ border-bottom: 32px solid #E22C2C;
|
|
|
+ box-sizing: content-box;
|
|
|
+ content: "";
|
|
|
+ display: block;
|
|
|
+ height: 100%;
|
|
|
+ right: 50%;
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ transform: translateX(50%);
|
|
|
+ width: 100vw;
|
|
|
+ z-index: -1;
|
|
|
+}
|
|
|
+
|
|
|
/**
|
|
|
* Mobile-Menu
|
|
|
*/
|
|
|
+.main-navigation #toggle:focus + #toggle-menu,
|
|
|
+#toggle-menu {
|
|
|
+ background: white;
|
|
|
+ color: #303030;
|
|
|
+ text-decoration: none;
|
|
|
+}
|
|
|
+
|
|
|
+.main-navigation #toggle:focus + #toggle-menu:active, .main-navigation #toggle:focus + #toggle-menu:focus, .main-navigation #toggle:focus + #toggle-menu:hover,
|
|
|
+#toggle-menu:active,
|
|
|
+#toggle-menu:focus,
|
|
|
+#toggle-menu:hover {
|
|
|
+ background: #303030;
|
|
|
+ color: white;
|
|
|
+}
|
|
|
+
|
|
|
/**
|
|
|
* CSS-grid Desktop Menu
|
|
|
*/
|
|
@@ -3330,30 +3354,27 @@ p:not(.site-title) a:hover {
|
|
|
.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: #E54343;
|
|
|
+ color: rgba(255, 255, 255, 0.8);
|
|
|
}
|
|
|
.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 {
|
|
|
+ border: 1px solid #7d1111;
|
|
|
+ border-top: 0;
|
|
|
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 #E54343;
|
|
|
- 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,
|
|
|
+ .site-header .main-navigation > div > ul > li.focus li,
|
|
|
+ .site-header .main-navigation > div > ul > li.current-menu-item li {
|
|
|
+ border-top: 1px solid #7d1111;
|
|
|
}
|
|
|
.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: #E54343;
|
|
|
+ background: #E22C2C;
|
|
|
color: white;
|
|
|
+ padding: 8px 24px;
|
|
|
}
|
|
|
.site-header .main-navigation > div > ul > li:hover li:hover > a,
|
|
|
.site-header .main-navigation > div > ul > li:hover li.focus > a,
|
|
@@ -3381,7 +3402,7 @@ p:not(.site-title) a:hover {
|
|
|
* Site Title
|
|
|
*/
|
|
|
.site-description {
|
|
|
- color: #757575;
|
|
|
+ color: white;
|
|
|
}
|
|
|
|
|
|
.site-title + .site-description {
|
|
@@ -3389,8 +3410,36 @@ p:not(.site-title) a:hover {
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * Footer Menu
|
|
|
+ * Footer
|
|
|
*/
|
|
|
+#colophon {
|
|
|
+ padding-bottom: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.footer-wrapper {
|
|
|
+ align-items: flex-end;
|
|
|
+ display: flex;
|
|
|
+ flex: 1 0 100%;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ justify-content: space-between;
|
|
|
+ padding-bottom: 32px;
|
|
|
+ padding-top: 32px;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+.footer-wrapper:before {
|
|
|
+ background: #303030;
|
|
|
+ content: "";
|
|
|
+ display: block;
|
|
|
+ height: 100%;
|
|
|
+ right: 50%;
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ transform: translateX(50%);
|
|
|
+ width: 100vw;
|
|
|
+ z-index: -1;
|
|
|
+}
|
|
|
+
|
|
|
.footer-navigation .footer-menu {
|
|
|
margin-right: -8px;
|
|
|
margin-left: -8px;
|
|
@@ -3435,36 +3484,18 @@ table th,
|
|
|
*/
|
|
|
.singular .hentry .entry-title,
|
|
|
.page-title {
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
-
|
|
|
-.singular .hentry .entry-title:before, .singular .hentry .entry-title:after,
|
|
|
-.page-title:before,
|
|
|
-.page-title:after {
|
|
|
background: #F8F8F8;
|
|
|
- height: 1px;
|
|
|
- content: "";
|
|
|
- display: block;
|
|
|
- margin-bottom: 16px;
|
|
|
+ padding-bottom: 32px;
|
|
|
+ padding-top: 32px;
|
|
|
+ text-align: center;
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
|
- .singular .hentry .entry-title:before, .singular .hentry .entry-title:after,
|
|
|
- .page-title:before,
|
|
|
- .page-title:after {
|
|
|
+ .singular .hentry .entry-title,
|
|
|
+ .page-title {
|
|
|
margin-bottom: 64px;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-.singular .hentry .entry-title:after,
|
|
|
-.page-title:after {
|
|
|
- margin-top: 16px;
|
|
|
-}
|
|
|
-
|
|
|
-@media only screen and (min-width: 560px) {
|
|
|
- .singular .hentry .entry-title:after,
|
|
|
- .page-title:after {
|
|
|
- margin-top: 64px;
|
|
|
+ padding-bottom: 64px;
|
|
|
+ padding-top: 64px;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -3486,7 +3517,7 @@ article .entry-header .entry-title a:active, article .entry-header .entry-title
|
|
|
.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:hover {
|
|
|
- color: #E54343;
|
|
|
+ color: #E22C2C;
|
|
|
}
|
|
|
|
|
|
.singular .hentry .entry-content > *:first-child.alignfull {
|