From 33e1514b16f132da740123ad7b12b4a991041241 Mon Sep 17 00:00:00 2001 From: Thomas Guillot Date: Wed, 14 Aug 2019 15:02:36 +0100 Subject: [PATCH] Rockfield: Update 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 36028d8e2..2711a1254 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": #40B538, + "default": #1C8226, "hover": #444444, ), "foreground": ( diff --git a/rockfield/style-editor.css b/rockfield/style-editor.css index f52588d22..010c16700 100644 --- a/rockfield/style-editor.css +++ b/rockfield/style-editor.css @@ -619,7 +619,7 @@ table th, } .has-secondary-color[class] { - color: #40B538 !important; + color: #1C8226 !important; } .has-foreground-color[class] { @@ -657,7 +657,7 @@ table th, } .has-secondary-background-color[class] { - background-color: #40B538 !important; + background-color: #1C8226 !important; color: white; } diff --git a/rockfield/style-rtl.css b/rockfield/style-rtl.css index dae1e3168..98331441c 100644 --- a/rockfield/style-rtl.css +++ b/rockfield/style-rtl.css @@ -2009,7 +2009,7 @@ table th, } .has-secondary-color[class] { - color: #40B538 !important; + color: #1C8226 !important; } .has-foreground-color[class] { @@ -2046,7 +2046,7 @@ table th, } .has-secondary-background-color[class] { - background-color: #40B538 !important; + background-color: #1C8226 !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: #40B538; + background: #1C8226; 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 6e224a463..a16f44692 100644 --- a/rockfield/style.css +++ b/rockfield/style.css @@ -2014,7 +2014,7 @@ table th, } .has-secondary-color[class] { - color: #40B538 !important; + color: #1C8226 !important; } .has-foreground-color[class] { @@ -2051,7 +2051,7 @@ table th, } .has-secondary-background-color[class] { - background-color: #40B538 !important; + background-color: #1C8226 !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: #40B538; + background: #1C8226; 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;