[Feature] Alter nth coloring of tables for better readability

pull/47/head
Joseph Foulds 2019-11-21 15:19:04 +00:00
parent 45604d9f09
commit a5ea29577e
2 changed files with 4 additions and 4 deletions

View File

@ -16,8 +16,8 @@
padding-bottom: 1px;
font-family: monospace;
}
tr:nth-child(even) {background: #CCC}
tr:nth-child(odd) {background: #FFF}
tr:nth-child(even) {background: #BFBFBF}
tr:nth-child(odd) {background: #E6E6E6}
.CellWithComment{
position:relative;

View File

@ -16,8 +16,8 @@
padding-bottom: 1px;
font-family: monospace;
}
tr:nth-child(even) {background: #CCC}
tr:nth-child(odd) {background: #FFF}
tr:nth-child(even) {background: #BFBFBF}
tr:nth-child(odd) {background: #E6E6E6}
.CellWithComment{
position:relative;