Update style.scss

This commit is contained in:
Joyce Chen
2017-06-18 09:06:06 -04:00
committed by GitHub
parent fadf24acbf
commit 0150d42008

View File

@@ -12,3 +12,10 @@ header {
width: auto; width: auto;
position: static !important; position: static !important;
} }
table {
tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, .05);
border-color: #fff;
}
}