feat: add styles for table and code tags
This commit is contained in:
parent
750429fc62
commit
3ebcf2db4d
1 changed files with 19 additions and 0 deletions
|
@ -85,3 +85,22 @@ footer {
|
|||
.navbar .space {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
th {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
th, td {
|
||||
border: 1px solid #333;
|
||||
padding: 5px 8px;
|
||||
}
|
||||
|
||||
code {
|
||||
background-color: #282735;
|
||||
padding: 2px 5px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue