_sass/jekyll-zeta.scss in jekyll-zeta-0.3.7 vs _sass/jekyll-zeta.scss in jekyll-zeta-0.3.8
- old
+ new
@@ -64,10 +64,13 @@
table,
th,
td {
border: thin solid #e0e0e0;
border-collapse: collapse;
- padding: 0.4rem;
+ padding: 0.4em 2em ;
+}
+tr:nth-child(even){
+ background-color: #f5f5f5;
}
hr {
margin-top: 2rem;
margin-bottom: 2rem;
\ No newline at end of file