Explorar o código

Barnsbury: Fix colors in footer

Allan Cole %!s(int64=6) %!d(string=hai) anos
pai
achega
de6a5dd5aa
Modificáronse 3 ficheiros con 21 adicións e 20 borrados
  1. 3 3
      barnsbury/sass/_config-child-theme-deep.scss
  2. 14 13
      barnsbury/style-rtl.css
  3. 4 4
      barnsbury/style.css

+ 3 - 3
barnsbury/sass/_config-child-theme-deep.scss

@@ -342,9 +342,9 @@ $config-header: (
 $config-footer: (
 	// Colors
 	"color": (
-		"text": map-deep-get($config-global, "color", "foreground", "light"),
-		"link": map-deep-get($config-global, "color", "primary", "default"),
-		"link-hover": map-deep-get($config-global, "color", "primary", "hover"),
+		"text": map-deep-get($config-global, "color", "primary", "hover"),
+		"link": map-deep-get($config-global, "color", "primary", "hover"),
+		"link-hover": map-deep-get($config-global, "color", "primary", "default"),
 	),
 	// Fonts
 	"font": (

+ 14 - 13
barnsbury/style-rtl.css

@@ -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;

+ 4 - 4
barnsbury/style.css

@@ -2538,7 +2538,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;
 }
@@ -2565,7 +2565,7 @@ table th,
 }
 
 .site-info a:hover {
-	color: #133a24;
+	color: #20603C;
 }
 
 .footer-navigation {
@@ -2587,7 +2587,7 @@ table th,
 }
 
 .footer-navigation .footer-menu {
-	color: #844d4d;
+	color: #133a24;
 	padding-left: 0;
 	margin-left: -16px;
 	margin-right: -16px;
@@ -2618,7 +2618,7 @@ table th,
 }
 
 .footer-navigation .footer-menu a:hover {
-	color: #133a24;
+	color: #20603C;
 }
 
 .entry-title {