Fix code block bgs

This commit is contained in:
Cory LaViska
2020-08-17 08:22:01 -04:00
parent 661a84941e
commit bcfd8f1d19

View File

@@ -92,7 +92,8 @@
}
/* Code blocks */
.sl-theme-dark .markdown-section pre {
.sl-theme-dark .markdown-section pre,
.sl-theme-dark .code-block__source {
background-color: hsl(var(--sl-color-gray-hue), var(--sl-color-gray-saturation), 13%);
}