feat: add styles for table and code tags

This commit is contained in:
Ivan R. 2024-08-31 17:16:42 +05:00
parent 750429fc62
commit 3ebcf2db4d
Signed by: lumin
GPG key ID: E0937DC7CD6D3817

View file

@ -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;
}