mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 01:18:27 +00:00
web/css: add <code> styling
This commit is contained in:
parent
f9a3fb1396
commit
1a712db9e5
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user