refactor(css): rename --pre-background to --pre-background-color
This commit is contained in:
@@ -269,7 +269,7 @@
|
||||
pre {
|
||||
overflow-x: auto;
|
||||
display: block;
|
||||
background-color: var(--pre-background);
|
||||
background-color: var(--pre-background-color);
|
||||
color: var(--pre-text-color);
|
||||
font-family: var(--code-font-family);
|
||||
line-height: 1.428571429;
|
||||
|
||||
Reference in New Issue
Block a user