use local colors for code highlight
This commit is contained in:
parent
72d5307fd9
commit
01dd3876f0
1 changed files with 2 additions and 2 deletions
|
|
@ -145,8 +145,8 @@ h4 {
|
|||
}
|
||||
|
||||
code {
|
||||
background: var(--bg);
|
||||
border: 1px solid var(--fg);
|
||||
background: var(--background);
|
||||
border: 1px solid var(--border);
|
||||
border-radius: var(--roundness);
|
||||
padding: 0 0.2em;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue