Skip to content

Commit 96247c7

Browse files
authored
Merge pull request #259 from woocommerce/update-colors
Brand update - colors
2 parents 5577964 + 1efe4b4 commit 96247c7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

source/stylesheets/_lang-selector.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
padding: 10px 20px;
55

66
&:active, &:focus, &:hover {
7-
border-top-color: #9B5C8F;
7+
border-top-color: #873EFF;
88
}
99

1010
&.active {
11-
border-top-color: #9B5C8F;
11+
border-top-color: #873EFF;
1212
}
1313
}
1414
}

source/stylesheets/_variables.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@ $examples-bg: #393939 !default;
2828
$code-bg: #292929 !default;
2929
$code-annotation-bg: #191D1F !default;
3030
$nav-subitem-bg: #f7f7f7 !default;
31-
$nav-active-bg: #7f54b3 !default;
31+
$nav-active-bg: #6108CE !default;
3232
$nav-active-parent-bg: #f7f7f7 !default; // parent links of the current section
3333
$lang-select-border: #000 !default;
3434
$lang-select-bg: #222 !default;
3535
$lang-select-active-bg: $examples-bg !default; // feel free to change this to blue or something
3636
$lang-select-pressed-bg: #111 !default; // color of language tab bg when mouse is pressed
3737
$main-bg: #ffffff !default;
38-
$aside-notice-bg: #7f54b3 !default;
38+
$aside-notice-bg: #6108CE !default;
3939
$aside-warning-bg: #ca4949 !default;
4040
$aside-success-bg: #38a845 !default;
4141
$search-notice-bg: #c97a7e !default;
42-
$link-color: #7f54b3;
42+
$link-color: #6108CE;
4343

4444

4545
// TEXT COLORS

0 commit comments

Comments
 (0)