Skip to content

Commit

Permalink
Revert "Colors (#258)"
Browse files Browse the repository at this point in the history
This reverts commit fe50208.
  • Loading branch information
lgruen committed Jan 16, 2023
1 parent e48bcf2 commit dfa48ba
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions web_common/web_common/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -238,13 +238,8 @@ a {
}

tr {
/* Holiday theme colors! :)
Also see: https://github.com/hail-is/hail/pull/12191 */
&:nth-of-type(odd) {
background-color: #fff4f4;
}
&:nth-of-type(even) {
background-color: #f4fff4;
background-color: #f0f0f0;
}

td.data-table-bad {
Expand Down

0 comments on commit dfa48ba

Please sign in to comment.