Skip to content

Commit

Permalink
Remove unnecessary color declaration
Browse files Browse the repository at this point in the history
The `color` gets inherited from the `body` and doesn't need to be set.
Furthermore, only setting the colour without also setting
the background colour could cause issues for people
needing to change colour settings.
  • Loading branch information
selfthinker committed Jun 2, 2017
1 parent e792f9b commit e05006f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/sass/elements/_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ table {
padding: em(12, 19) em(20, 19) em(9, 19) 0;

text-align: left;
color: $black;
border-bottom: 1px solid $border-colour;
}

Expand Down

0 comments on commit e05006f

Please sign in to comment.