Skip to content

Commit

Permalink
Highlight even table rows better
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed Feb 20, 2020
1 parent 56ece3b commit ddcd98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/style.css
Expand Up @@ -24,7 +24,7 @@
}

#server_list tbody tr:nth-child(even) {
background-color: #F3F3F3;
background-color: #E0E0E0;
}

#server_list td.clients, #server_list td.uptime, #server_list td.ping {
Expand Down

0 comments on commit ddcd98a

Please sign in to comment.