Skip to content
This repository has been archived by the owner on Jan 30, 2022. It is now read-only.

Commit

Permalink
Switching hidden talk text-color to black
Browse files Browse the repository at this point in the history
  • Loading branch information
lannonbr committed Jun 4, 2016
1 parent 4f206e6 commit 18d7839
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ table .hides button {

table .hidden {
background-color: #ccc;
color: white;
color: black;
}

body {
Expand Down
2 changes: 1 addition & 1 deletion sass/table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ table {

.hidden {
background-color: $hidden-bg;
color: white;
color: black;
}
}

0 comments on commit 18d7839

Please sign in to comment.