Skip to content

Commit

Permalink
Merge branch 'stage' into NN-424
Browse files Browse the repository at this point in the history
  • Loading branch information
mjsol12 committed Feb 7, 2025
2 parents a560a1e + aaa35e3 commit 50950f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,31 +75,31 @@
/* NN Blue Button Hover Style */
.wp-block-button
> .wp-block-button__link:not(.has-text-color, .has-background):hover {
background-color: var(--wp--preset--color--cyan);
background-color: var(--wp--preset--color--secondary-main);
}
.wp-block-button
> .wp-block-button__link:not(.has-text-color, .has-background):focus {
background-color: var(--wp--preset--color--cyan);
background-color: var(--wp--preset--color--secondary-main);
}
.wp-block-button.is-style-nn-blue
> .wp-block-button__link:not(.has-text-color, .has-background):hover {
background-color: var(--wp--preset--color--cyan);
background-color: var(--wp--preset--color--secondary-main);
}
/* NN Cyan Button Hover Style */
.wp-block-button.is-style-nn-cyan
> .wp-block-button__link:not(.has-text-color, .has-background):hover {
background-color: var(--wp--preset--color--blue);
background-color: var(--wp--preset--color--default);
}
/* NN Yellow Button Hover Style */
.wp-block-button.is-style-nn-yellow
> .wp-block-button__link:not(.has-text-color, .has-background):hover {
background-color: var(--wp--preset--color--blue);
background-color: var(--wp--preset--color--default);
color: var(--wp--preset--color--paper);
}
/* NN Yellow Button Hover Style */
.wp-block-button.is-style-nn-yellow
> .wp-block-button__link:not(.has-text-color, .has-background):focus {
background-color: var(--wp--preset--color--blue);
background-color: var(--wp--preset--color--default);
color: var(--wp--preset--color--paper);
}
header .wp-block-navigation {
Expand Down
2 changes: 1 addition & 1 deletion theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
"fontFamily": "Inter",
"fontStretch": "normal",
"fontStyle": "normal",
"fontWeight": "400",
"fontWeight": "400 600 700",
"src": [
"file:./assets/fonts/inter/Inter-VariableFont_slnt,wght.woff2"
]
Expand Down

0 comments on commit 50950f6

Please sign in to comment.