Fix looks of nested code block in collapse

master
Maik de Kruif 2 weeks ago
parent 631eb1219a
commit 5487b22a4f
No known key found for this signature in database
GPG Key ID: DB1A8C782DD43CB3
  1. 7
      themes/maik-blog/assets/scss/_collapsible-block.scss

@ -31,13 +31,14 @@
margin: 1em; margin: 1em;
.highlight { > .highlight {
margin: 0 -1em; margin: 0 -1em;
border-top-left-radius: 0; border-radius: 0;
border-top-right-radius: 0;
&:first-child { &:first-child {
margin-top: -1em; margin-top: -1em;
border-top-left-radius: 0;
border-top-right-radius: 0;
} }
&:last-child { &:last-child {

Loading…
Cancel
Save