mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 13:17:45 +02:00
web/css: add <code> styling
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user