From 2b0a288bccdc07410913a87cfbe3eed3ece03bd5 Mon Sep 17 00:00:00 2001 From: Thomas Guillot Date: Wed, 14 Aug 2019 15:13:06 +0100 Subject: [PATCH] Rockfield: Increase contrast of the secondary colour --- rockfield/sass/_config-child-theme-deep.scss | 2 +- rockfield/style-editor.css | 4 ++-- rockfield/style-rtl.css | 6 +++--- rockfield/style.css | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/rockfield/sass/_config-child-theme-deep.scss b/rockfield/sass/_config-child-theme-deep.scss index 2711a1254..a176df6a5 100644 --- a/rockfield/sass/_config-child-theme-deep.scss +++ b/rockfield/sass/_config-child-theme-deep.scss @@ -65,7 +65,7 @@ $config-global: ( "hover": #444444, ), "secondary": ( - "default": #1C8226, + "default": #116821, "hover": #444444, ), "foreground": ( diff --git a/rockfield/style-editor.css b/rockfield/style-editor.css index 010c16700..55614b1ce 100644 --- a/rockfield/style-editor.css +++ b/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; } diff --git a/rockfield/style-rtl.css b/rockfield/style-rtl.css index 98331441c..2acbc9039 100644 --- a/rockfield/style-rtl.css +++ b/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; diff --git a/rockfield/style.css b/rockfield/style.css index a16f44692..ca34873f2 100644 --- a/rockfield/style.css +++ b/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;