Rockfield: Update secondary colour

This commit is contained in:
Thomas Guillot 2019-08-14 15:02:36 +01:00
parent 8c65fa31fe
commit 33e1514b16
4 changed files with 9 additions and 9 deletions

View file

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

View file

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

View file

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

View file

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