Update default.html
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
fe099c5053
commit
6214edf8d7
1 changed files with 7 additions and 0 deletions
|
@ -127,6 +127,13 @@
|
|||
.code { color: #000000; font-family: 'Courier New', monospace; }
|
||||
code { color: #000000; font-family: 'Courier New', monospace; }
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
th {
|
||||
background-color: white; /* White background for header */
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue