Skip to content

Commit

Permalink
Improve styling of flexpane headings across variants
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Feb 12, 2017
1 parent a1a2f52 commit e580685
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scss/modules/flexpane/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
background: $color-base;

.heading {
background: lighten($color-shade-darkest, 10%);
background: darken($color-base, 5%);
color: $base-link-color;

a {
Expand Down
2 changes: 1 addition & 1 deletion scss/modules/flexpane/_channel.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#details_tab {
.heading {
background: $color-base;
background: darken($color-base, 5%);

a.close_flexpane {
color: $base-link-color;
Expand Down

0 comments on commit e580685

Please sign in to comment.