Skip to content

Commit

Permalink
Potential fix to show even table rows correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
lupusA committed Sep 17, 2023
1 parent c266971 commit 2acf3a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/css/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ a:hover {

.table-striped>tbody>tr:nth-of-type(even)>* {
color: var(--text-color-body);
background-color: var(--background-color);
}

.navbar-light .navbar-nav .nav-link {
Expand Down

0 comments on commit 2acf3a4

Please sign in to comment.