mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-13 13:47:38 +02:00
web/css: add <code> styling
This commit is contained in:
@ -428,6 +428,12 @@ th {
|
|||||||
padding: 3px 8px;
|
padding: 3px 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
background: var(--button-elevated);
|
||||||
|
padding: 1px 4px;
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
tr td:first-child,
|
tr td:first-child,
|
||||||
tr th:first-child {
|
tr th:first-child {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
Reference in New Issue
Block a user