Fix highlight's incorrect top border on collapse

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

@ -33,6 +33,8 @@
.highlight {
margin: 0 -1em;
border-top-left-radius: 0;
border-top-right-radius: 0;
&:first-child {
margin-top: -1em;

Loading…
Cancel
Save