Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Brand update - colors #259

Merged
merged 1 commit into from
Feb 4, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/stylesheets/_lang-selector.scss
Original file line number Diff line number Diff line change
@@ -4,11 +4,11 @@
padding: 10px 20px;

&:active, &:focus, &:hover {
border-top-color: #9B5C8F;
border-top-color: #873EFF;
}

&.active {
border-top-color: #9B5C8F;
border-top-color: #873EFF;
}
}
}
6 changes: 3 additions & 3 deletions source/stylesheets/_variables.scss
Original file line number Diff line number Diff line change
@@ -28,18 +28,18 @@ $examples-bg: #393939 !default;
$code-bg: #292929 !default;
$code-annotation-bg: #191D1F !default;
$nav-subitem-bg: #f7f7f7 !default;
$nav-active-bg: #7f54b3 !default;
$nav-active-bg: #6108CE !default;
$nav-active-parent-bg: #f7f7f7 !default; // parent links of the current section
$lang-select-border: #000 !default;
$lang-select-bg: #222 !default;
$lang-select-active-bg: $examples-bg !default; // feel free to change this to blue or something
$lang-select-pressed-bg: #111 !default; // color of language tab bg when mouse is pressed
$main-bg: #ffffff !default;
$aside-notice-bg: #7f54b3 !default;
$aside-notice-bg: #6108CE !default;
$aside-warning-bg: #ca4949 !default;
$aside-success-bg: #38a845 !default;
$search-notice-bg: #c97a7e !default;
$link-color: #7f54b3;
$link-color: #6108CE;


// TEXT COLORS