diff --git a/dist/plain-ui.css b/dist/plain-ui.css index f48060a..864d61d 100644 --- a/dist/plain-ui.css +++ b/dist/plain-ui.css @@ -898,11 +898,14 @@ img.media { padding: 0.5em 1.25em; } .table th { - border-bottom: 1px solid #8b8b8b; - background-color: #e4e4e4; + color: white; + background-color: #3e3e3e; } .table tr:hover { - background-color: #e4e4e4; + background-color: #585858; +} +.table tr:hover td { + color: white; } .hero { diff --git a/src/scss/components/_table.scss b/src/scss/components/_table.scss index 4cbcf5a..3191e3d 100644 --- a/src/scss/components/_table.scss +++ b/src/scss/components/_table.scss @@ -37,12 +37,16 @@ } th { - border-bottom: 1px solid lighten($plain-ui__primary-light, 30%); - background-color: lighten($plain-ui__primary-light, 65%); + color: white; + background-color: $plain-ui__primary-light; } tr:hover { - background-color: lighten($plain-ui__primary-light, 65%); + background-color: lighten($plain-ui__primary-light, 10%); + + td { + color: white; + } } } } \ No newline at end of file diff --git a/src/scss/components/_table0.scss b/src/scss/components/_table0.scss deleted file mode 100644 index 0e88155..0000000 --- a/src/scss/components/_table0.scss +++ /dev/null @@ -1,67 +0,0 @@ -/** - * components: table - * - *
name | - *age | - *
---|---|
The Shawshank Redemption | - *12 | - *