Commit f2a3af6d authored by Kenton Varda's avatar Kenton Varda

tweak table colors

parent 9ea44ad3
......@@ -684,7 +684,7 @@ ul#toc {
table.pass-fail td { text-align: center; vertical-align: middle; }
table.pass-fail td:first-child { text-align: left; }
table.pass-fail td.pass { background-color: #0c0; }
table.pass-fail td.fail { background-color: #c00; }
table.pass-fail td.warn { background-color: #cc0; }
table.pass-fail td.pass { background-color: #8f8; }
table.pass-fail td.fail { background-color: #f88; }
table.pass-fail td.warn { background-color: #ff8; }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment