make the color of tables and the padding of cells a bit less ugly

This commit is contained in:
kleph 2013-10-17 02:30:26 +02:00
parent 5ef080c843
commit b562d65af3

View file

@ -73,3 +73,12 @@ div.highlight pre {
background-color: #010101; background-color: #010101;
margin: 0 0 10px; margin: 0 0 10px;
} }
table {
color: #00a5b0;
background-color: #010101;
}
td {
padding-right: 2em;
}