blob: f4e6735ba74fe302df8147e41a517db6999205e0 (
plain)
1
2
3
4
5
6
7
8
9
|
.code-highlight pre {
overflow: auto;
background-color: inherit;
color: inherit;
border: inherit;
}
// stylelint-disable no-invalid-position-at-import-rule
@import "../generated/pygments.less";
|