Skip to content

Commit

Permalink
Fix $brand-sidebar-dk value.
Browse files Browse the repository at this point in the history
  • Loading branch information
srph committed Sep 23, 2015
1 parent e2e2fec commit 02852e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v0.3.0 (September 23, 2015) - commit
- Fix `$brand-sidebar-dk` color.

## v0.3.0 (September 23, 2015) - commit
- Rename `$brand-neutral-dk` and `$brand-neutral-dker` to `$brand-sidebar` and `$brand-sidebar-dk` respectively.
- Add `$font-size-small` variable.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aia",
"version": "0.3.0",
"version": "0.3.1",
"description": "The UI Toolkit that powers ONE's internal projects",
"main": "dist/aia.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion styles/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $brand-gray-dk: #78828A !default;
$brand-neutral: #647A8A !default; // awkward light blue
// used for sidebar, darkbg, etc
$brand-sidebar: #19273F !default; // a touch of dark blue
$brand-sidebar-lt: #19273F !default; // a touch of dark blue
$brand-sidebar-lt: #5372C5 !default;
$brand-sidebar-dk: #0B121F !default;

// color variations
Expand Down

0 comments on commit 02852e2

Please sign in to comment.