1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-12-22 01:03:37 +01:00
This commit is contained in:
Matthias Kretschmann 2020-03-04 20:17:31 +01:00
parent 6d1a185d53
commit 80334bc05b
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -57,6 +57,7 @@ pre {
-webkit-overflow-scrolling: touch;
max-height: 800px;
// stylelint-disable no-descending-specificity
code {
padding: $spacer $spacer / 2;
white-space: pre;
@ -91,6 +92,7 @@ pre {
border-bottom-left-radius: $border-radius;
border-bottom-right-radius: $border-radius;
}
// stylelint-enable no-descending-specificity
}
pre[data-language]::before {