add bgcolor for code in content
This commit is contained in:
parent
f7e504ff27
commit
e6aa0cd091
19 changed files with 43 additions and 2 deletions
|
@ -56,6 +56,12 @@
|
|||
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
p code {
|
||||
background-color: var(--bd);
|
||||
padding: .2em .4em;
|
||||
// border-radius: 6px;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue