fixed code appearance if it's a block

This commit is contained in:
Vrifox 2021-05-14 15:10:36 +02:00
parent 92db7298b9
commit fa7687f21a
Signed by: vrifox
GPG key ID: D40098E5B60B2197

View file

@ -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);