make the color of tables and the padding of cells a bit less ugly
This commit is contained in:
parent
5ef080c843
commit
b562d65af3
1 changed files with 9 additions and 0 deletions
|
@ -73,3 +73,12 @@ div.highlight pre {
|
|||
background-color: #010101;
|
||||
margin: 0 0 10px;
|
||||
}
|
||||
|
||||
table {
|
||||
color: #00a5b0;
|
||||
background-color: #010101;
|
||||
}
|
||||
|
||||
td {
|
||||
padding-right: 2em;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue