diff --git a/css/main.css b/css/main.css
index 815eb15..e429e88 100644
--- a/css/main.css
+++ b/css/main.css
@@ -29,7 +29,6 @@
table#t01 {
width: 100%;
background-color: white;
- border-spacing: 5px;
text-align: center;
}
@@ -38,12 +37,10 @@ table#t01 tr:nth-child(even) {
}
table#t01 tr:nth-child(odd) {
- background-color: lightgrey;
+ background-color: white;
}
table#t01 th {
- color: white;
- background-color: lightblue;
padding: 15px;
}
diff --git a/index.html b/index.html
index 732c0a1..21bf5cf 100644
--- a/index.html
+++ b/index.html
@@ -37,6 +37,12 @@
+
+