Skip to content

Commit 2c7ac31

Browse files
committed
v1.5.5
1 parent 1ecd8f6 commit 2c7ac31

File tree

7 files changed

+20
-8
lines changed

7 files changed

+20
-8
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.5.5
2+
3+
- Update color names (navy -> purple, red -> orange)
4+
15
## 1.5.4
26

37
- Enable acf access for all users (not just factor1)

assets/scss/components/_buttons.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,18 @@
1111
@include buttons($teal, $teal, $black);
1212
}
1313

14+
&--orange {
15+
@include buttons($orange, $orange, $white);
16+
}
17+
1418
&--red {
1519
@include buttons($orange, $orange, $white);
1620
}
1721

22+
&--purple {
23+
@include buttons($purple, $purple, $white);
24+
}
25+
1826
&--navy {
1927
@include buttons($purple, $purple, $white);
2028
}

assets/scss/components/_nav.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ nav {
6464
color: $white;
6565
}
6666

67-
&.red a {
67+
&.orange a, &.red a {
6868
border: rem(1) solid $orange;
6969
background-color: $orange;
7070
color: $white;
7171
}
7272

73-
&.navy a {
73+
&.purple a, &.navy a {
7474
border: rem(1) solid $purple;
7575
background-color: $purple;
7676
color: $white;
@@ -331,13 +331,13 @@ nav {
331331
color: $white;
332332
}
333333

334-
&.red a {
334+
&.orange a, &.red a {
335335
border: rem(1) solid $orange;
336336
background-color: $orange;
337337
color: $white;
338338
}
339339

340-
&.navy a {
340+
&.purple a, &.navy a {
341341
border: rem(1) solid $purple;
342342
background-color: $purple;
343343
color: $white;

dist/theme.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/theme.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "f1-mission-bit",
3-
"version": "1.5.4",
3+
"version": "1.5.5",
44
"scripts": {
55
"build": "yarn test && yarn format && NODE_ENV=production gulp build && yarn build-js && yarn build-scss",
66
"build-js": "parcel build ./assets/js/theme.js --out-dir ./dist/ --no-content-hash --log-level 4 --public-url ./ --no-cache",

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Theme URI: https://github.com/missionbit/f1-mission-bit
44
Author: Factor1 Studios
55
Author URI: https://factor1studios.com
66
Description: A custom WordPress theme for Mission Bit developed by Factor1
7-
Version: 1.5.4
7+
Version: 1.5.5
88
License: GPL-3.0
99
License URI:
1010
Text Domain:

0 commit comments

Comments
 (0)