diff --git a/src/App/App.css b/src/App/App.css
index a6a581b8f1b6b9f5daa3f0aabe86309293746f75..50439397f74fcca05cfc313483ba4195319571c6 100644
--- a/src/App/App.css
+++ b/src/App/App.css
@@ -187,8 +187,11 @@ td, th {
 tr:nth-child(even) {
   background-color: #ededed;
 }
+tr:nth-child(odd) {
+  background-color: #f3f3f3;
+}
 tr:nth-child(1) {
-  background-color: var(--lightblue);
+  background-color: var(--lightblue) !important;
 }
 
 /* * * * * * * */