[Feature] Alter bg color for tables so elements start offset from document background

pull/47/head
Joseph Foulds 2019-11-18 16:17:36 +00:00
parent 8fd0393454
commit 83e6937d77
2 changed files with 4 additions and 4 deletions

View File

@ -17,8 +17,8 @@
padding-bottom: 1px; padding-bottom: 1px;
font-family: monospace; font-family: monospace;
} }
tr:nth-child(even) {background: #CCC} tr:nth-child(even) {background: #BFBFBF}
tr:nth-child(odd) {background: #FFF} tr:nth-child(odd) {background: #E6E6E6}
</style> </style>
</head> </head>
<body> <body>

View File

@ -15,8 +15,8 @@
padding-bottom: 1px; padding-bottom: 1px;
font-family: monospace; font-family: monospace;
} }
tr:nth-child(even) {background: #CCC} tr:nth-child(even) {background: #BFBFBF}
tr:nth-child(odd) {background: #FFF} tr:nth-child(odd) {background: #E6E6E6}
label { label {
cursor: pointer; cursor: pointer;