|
@@ -2533,7 +2533,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.site-info {
|
|
|
- color: #844d4d;
|
|
|
+ color: #133a24;
|
|
|
font-family: "Rubik", Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
|
|
|
font-size: 0.84746rem;
|
|
|
}
|
|
@@ -2560,7 +2560,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.site-info a:hover {
|
|
|
- color: #133a24;
|
|
|
+ color: #20603C;
|
|
|
}
|
|
|
|
|
|
.footer-navigation {
|
|
@@ -2582,7 +2582,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.footer-navigation .footer-menu {
|
|
|
- color: #844d4d;
|
|
|
+ color: #133a24;
|
|
|
padding-right: 0;
|
|
|
margin-right: -16px;
|
|
|
margin-left: -16px;
|
|
@@ -2613,7 +2613,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.footer-navigation .footer-menu a:hover {
|
|
|
- color: #133a24;
|
|
|
+ color: #20603C;
|
|
|
}
|
|
|
|
|
|
.entry-title {
|
|
@@ -3398,6 +3398,16 @@ a {
|
|
|
margin-left: auto;
|
|
|
position: relative;
|
|
|
padding: 16px;
|
|
|
+ /*
|
|
|
+ .main-navigation {
|
|
|
+ margin-bottom: 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ .social-navigation {
|
|
|
+ line-height: 1;
|
|
|
+ margin-top: 0;
|
|
|
+ }
|
|
|
+*/
|
|
|
/**
|
|
|
* CSS-grid Desktop Menu
|
|
|
*/
|
|
@@ -3409,15 +3419,6 @@ a {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.site-header .main-navigation {
|
|
|
- margin-bottom: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.site-header .social-navigation {
|
|
|
- line-height: 1;
|
|
|
- margin-top: 0;
|
|
|
-}
|
|
|
-
|
|
|
.site-header .social-navigation ul li a svg {
|
|
|
display: block;
|
|
|
width: 32px;
|