rtl_433/docs/.vuepress/styles/index.scss
Christian W. Zuckschwerdt 2bdae984d6 docs: Update to VuePress 2
2022-07-21 13:18:42 +02:00

4 lines
171 B
SCSS

// Missing background color on bare code sections
.theme-default-content pre, .theme-default-content pre[class*="language-"] {
background-color: var(--code-bg-color);
}