Skip to content

Commit

Permalink
Sytle the table
Browse files Browse the repository at this point in the history
  • Loading branch information
mooreryan committed Mar 20, 2019
1 parent fbde814 commit 523b14e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/assets/stylesheets/pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,12 @@ table#pd-results {
}
}

table#classify-results {
tr:hover {
background-color: map-get($foundation-palette, primarydarker);
}
}

#pd-hist-svg {
background-color: white;
}
Expand Down

0 comments on commit 523b14e

Please sign in to comment.