From 68802a2b21b5125c267ba0e20334e6cc5acd7b07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20K=C3=A4fer?= Date: Wed, 11 May 2016 10:28:53 +0200 Subject: [PATCH 1/3] Add dark color to table-borderd-padded > tr > th --- scss/base/tables.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scss/base/tables.scss b/scss/base/tables.scss index 65a6675..7909f58 100644 --- a/scss/base/tables.scss +++ b/scss/base/tables.scss @@ -47,6 +47,10 @@ border-bottom: 5px solid $white; background: darken($gray-lightest, 1%); } + + > thead > tr > th { + color: $gray-base-90; + } } .table-bordered-light { From 32d9607fef74ce4e41134845886d906c75cad167 Mon Sep 17 00:00:00 2001 From: Kaitlin Rathwell Date: Wed, 11 May 2016 13:12:07 +0200 Subject: [PATCH 2/3] Adjust color and add for bordered tables --- scss/base/tables.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/base/tables.scss b/scss/base/tables.scss index 7909f58..8c5e5ca 100644 --- a/scss/base/tables.scss +++ b/scss/base/tables.scss @@ -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; } @@ -49,7 +49,7 @@ } > thead > tr > th { - color: $gray-base-90; + color: $gray-base-50; } } From c993784f66bfcf9fabb9d7fbb1a96931c3168169 Mon Sep 17 00:00:00 2001 From: Kaitlin Rathwell Date: Wed, 11 May 2016 13:21:28 +0200 Subject: [PATCH 3/3] Upgrade npm version number --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6eb9099..dc5bfea 100644 --- a/package.json +++ b/package.json @@ -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"