fixed code appearance if it's a block
This commit is contained in:
parent
92db7298b9
commit
fa7687f21a
1 changed files with 6 additions and 0 deletions
|
@ -52,6 +52,12 @@ code {
|
|||
background: var(--border);
|
||||
}
|
||||
|
||||
pre.chroma {
|
||||
background: var(--border);
|
||||
border-radius: 4px;
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
hr {
|
||||
border-color: var(--text);
|
||||
color: var(--text);
|
||||
|
|
Loading…
Reference in a new issue