Zenika-Training/zenika-formation-framework

Code block on the new theme

Opened this issue · 3 comments

The new theme is great, but it's not clear when you have two code blocks in a row like this:

<!-- fileA.html-->
<p>yolo</p>
/* fileA.css */
.hugoWood {
  float: none;
}

Maybe you can add a border around the whole code block ?

Or set a background color grey on the code block, like github do ^^

A screenshot would be useful, could you add one?