Browse Source

Rockfield: Increase contrast of the secondary colour

Thomas Guillot 6 years ago
parent
commit
2b0a288bcc

+ 1 - 1
rockfield/sass/_config-child-theme-deep.scss

@@ -65,7 +65,7 @@ $config-global: (
 			"hover": #444444,
 		),
 		"secondary": (
-			"default": #1C8226,
+			"default": #116821,
 			"hover": #444444,
 		),
 		"foreground": (

+ 2 - 2
rockfield/style-editor.css

@@ -619,7 +619,7 @@ table th,
 }
 
 .has-secondary-color[class] {
-	color: #1C8226 !important;
+	color: #116821 !important;
 }
 
 .has-foreground-color[class] {
@@ -657,7 +657,7 @@ table th,
 }
 
 .has-secondary-background-color[class] {
-	background-color: #1C8226 !important;
+	background-color: #116821 !important;
 	color: white;
 }
 

+ 3 - 3
rockfield/style-rtl.css

@@ -2009,7 +2009,7 @@ table th,
 }
 
 .has-secondary-color[class] {
-	color: #1C8226 !important;
+	color: #116821 !important;
 }
 
 .has-foreground-color[class] {
@@ -2046,7 +2046,7 @@ table th,
 }
 
 .has-secondary-background-color[class] {
-	background-color: #1C8226 !important;
+	background-color: #116821 !important;
 	color: white;
 }
 
@@ -3651,7 +3651,7 @@ p:not(.site-title) a:hover {
 
 .sticky-post,
 .a8c-posts-list .a8c-posts-list-item__featured span {
-	background: #1C8226;
+	background: #116821;
 	color: white;
 	font-family: Raleway, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
 	text-transform: uppercase;

+ 3 - 3
rockfield/style.css

@@ -2014,7 +2014,7 @@ table th,
 }
 
 .has-secondary-color[class] {
-	color: #1C8226 !important;
+	color: #116821 !important;
 }
 
 .has-foreground-color[class] {
@@ -2051,7 +2051,7 @@ table th,
 }
 
 .has-secondary-background-color[class] {
-	background-color: #1C8226 !important;
+	background-color: #116821 !important;
 	color: white;
 }
 
@@ -3656,7 +3656,7 @@ p:not(.site-title) a:hover {
 
 .sticky-post,
 .a8c-posts-list .a8c-posts-list-item__featured span {
-	background: #1C8226;
+	background: #116821;
 	color: white;
 	font-family: Raleway, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
 	text-transform: uppercase;