forked from lda/telodendria
Make inline code snippets look like block snippets.
This commit is contained in:
parent
b7cf11f4f4
commit
e232fd683e
1 changed files with 5 additions and 0 deletions
|
@ -44,6 +44,11 @@ body {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
background-color: var(--color-snippet);
|
||||||
|
border-radius: calc(var(--border-radius) / 2);
|
||||||
|
}
|
||||||
|
|
||||||
kbd {
|
kbd {
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
|
Loading…
Reference in a new issue