refactor(css): rename --pre-background to --pre-background-color

This commit is contained in:
Jimmy Cai 2020-08-25 23:19:57 +02:00
parent f5e0b098c1
commit ffcb975e82
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -66,7 +66,7 @@ $on-desktop-large: 1920px;
--small-card-padding: 25px;
--pre-background: #272822;
--pre-background-color: #272822;
--pre-text-color: #f8f8f2;
--code-background-color: rgba(0, 0, 0, 0.12);