diff --git a/CHANGELOG.md b/CHANGELOG.md index 51bccf6..eb728e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 1.5.0 +**2017-9-20** +* depreciated striped table colors. + ### 1.4.10 **2017-9-20** * Updated table border colors diff --git a/VERSION b/VERSION index ac9f79c..bc80560 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.10 +1.5.0 diff --git a/package.json b/package.json index e39d55f..364c73e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vhx/quartz", - "version": "1.4.10", + "version": "1.5.0", "description": "VHX Style Guide and JS Components.", "homepage": "https://github.com/vhx/quartz", "author": "VHX", diff --git a/quartz-css/tables/styles/tables.scss b/quartz-css/tables/styles/tables.scss index b1cfd09..4fe72a7 100644 --- a/quartz-css/tables/styles/tables.scss +++ b/quartz-css/tables/styles/tables.scss @@ -175,7 +175,7 @@ border: none; } tbody tr:nth-child(odd) { - background: $paste; + background: $white; } }