Skip to content

Commit

Permalink
v1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
etrepum committed Nov 9, 2022
1 parent 1ecd8f6 commit 2c7ac31
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.5.5

- Update color names (navy -> purple, red -> orange)

## 1.5.4

- Enable acf access for all users (not just factor1)
Expand Down
8 changes: 8 additions & 0 deletions assets/scss/components/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,18 @@
@include buttons($teal, $teal, $black);
}

&--orange {
@include buttons($orange, $orange, $white);
}

&--red {
@include buttons($orange, $orange, $white);
}

&--purple {
@include buttons($purple, $purple, $white);
}

&--navy {
@include buttons($purple, $purple, $white);
}
Expand Down
8 changes: 4 additions & 4 deletions assets/scss/components/_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ nav {
color: $white;
}

&.red a {
&.orange a, &.red a {
border: rem(1) solid $orange;
background-color: $orange;
color: $white;
}

&.navy a {
&.purple a, &.navy a {
border: rem(1) solid $purple;
background-color: $purple;
color: $white;
Expand Down Expand Up @@ -331,13 +331,13 @@ nav {
color: $white;
}

&.red a {
&.orange a, &.red a {
border: rem(1) solid $orange;
background-color: $orange;
color: $white;
}

&.navy a {
&.purple a, &.navy a {
border: rem(1) solid $purple;
background-color: $purple;
color: $white;
Expand Down
2 changes: 1 addition & 1 deletion dist/theme.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/theme.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "f1-mission-bit",
"version": "1.5.4",
"version": "1.5.5",
"scripts": {
"build": "yarn test && yarn format && NODE_ENV=production gulp build && yarn build-js && yarn build-scss",
"build-js": "parcel build ./assets/js/theme.js --out-dir ./dist/ --no-content-hash --log-level 4 --public-url ./ --no-cache",
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: https://github.com/missionbit/f1-mission-bit
Author: Factor1 Studios
Author URI: https://factor1studios.com
Description: A custom WordPress theme for Mission Bit developed by Factor1
Version: 1.5.4
Version: 1.5.5
License: GPL-3.0
License URI:
Text Domain:
Expand Down

0 comments on commit 2c7ac31

Please sign in to comment.