Skip to content

Commit

Permalink
💄 Fix thead styling for firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
jnywong committed Nov 26, 2024
1 parent f7feaf0 commit 0dac216
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frx_challenges/web/static/web/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ nav.navbar {
background-image: linear-gradient(90deg, #058d96 0%, #008a45 100%);
background-position: center center;
background-size: cover;
background-color: #2c5e77;
background-attachment: fixed;
}

.table th {
Expand Down
2 changes: 1 addition & 1 deletion frx_challenges/web/static/webpack-output/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -11662,7 +11662,7 @@ nav.navbar {
background-image: linear-gradient(90deg, #058d96 0%, #008a45 100%);
background-position: center center;
background-size: cover;
background-color: #2c5e77;
background-attachment: fixed;
}
.table th {
color: #fff;
Expand Down

0 comments on commit 0dac216

Please sign in to comment.