2020-09-16 08:53:05 +02:00
|
|
|
.code-highlight pre {
|
2021-06-22 13:50:06 +02:00
|
|
|
overflow: auto;
|
|
|
|
|
background-color: inherit;
|
|
|
|
|
color: inherit;
|
|
|
|
|
border: inherit;
|
2017-02-12 15:06:01 +01:00
|
|
|
}
|
|
|
|
|
|
2021-06-22 14:23:12 +02:00
|
|
|
// stylelint-disable no-invalid-position-at-import-rule
|
2021-06-18 16:44:27 +02:00
|
|
|
@import "../generated/pygments.less";
|