web/css: add <code> styling

This commit is contained in:
wukko
2025-05-29 17:12:10 +06:00
parent f9a3fb1396
commit 1a712db9e5

View File

@ -428,6 +428,12 @@ th {
padding: 3px 8px;
}
code {
background: var(--button-elevated);
padding: 1px 4px;
border-radius: 4px;
}
tr td:first-child,
tr th:first-child {
text-align: right;