make pre consistent with vendor highlighting

This commit is contained in:
Stacy Kvernmo 2023-05-26 11:30:27 -05:00
parent b47c9c59ef
commit e640b5ae71

View File

@ -64,6 +64,6 @@ pre {
}
pre {
background: rgba(brand.$sl-color--midnight-blue, 0.0625);
background: var(--sl-color--code-background);
border: var(--sl-border--small) solid #ebebeb;
}