Rockfield: Update secondary colour
This commit is contained in:
parent
8c65fa31fe
commit
33e1514b16
4 changed files with 9 additions and 9 deletions
|
@ -65,7 +65,7 @@ $config-global: (
|
|||
"hover": #444444,
|
||||
),
|
||||
"secondary": (
|
||||
"default": #40B538,
|
||||
"default": #1C8226,
|
||||
"hover": #444444,
|
||||
),
|
||||
"foreground": (
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue