Skip to content

Commit

Permalink
Merge pull request #3 from kununu/10770-mykununu-darken-th
Browse files Browse the repository at this point in the history
[www] Adjust table header colors
  • Loading branch information
kaytcat committed May 11, 2016
2 parents 17f5a75 + c993784 commit 3bf3305
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kununu-theme",
"version": "1.0.3",
"version": "1.0.4",
"description": "Base scss styles for kununu",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
6 changes: 5 additions & 1 deletion scss/base/tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
font-family: $font-family-sans-serif;
font-size: $font-size-xs;
text-transform: uppercase;
color: $gray-light;
color: $gray-base-50;
border-color: $th-border-color;
border-bottom: 0;
}
Expand Down Expand Up @@ -47,6 +47,10 @@
border-bottom: 5px solid $white;
background: darken($gray-lightest, 1%);
}

> thead > tr > th {
color: $gray-base-50;
}
}

.table-bordered-light {
Expand Down

0 comments on commit 3bf3305

Please sign in to comment.