Zenika-Training / zenika-formation-framework

Tools to build and present our training material
8 stars 25 forks source link

Code block on the new theme #233

Open FBerthelot opened 6 years ago

FBerthelot commented 6 years ago

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 ?

FBerthelot commented 6 years ago

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

hgwood commented 6 years ago

A screenshot would be useful, could you add one?

hgwood commented 6 years ago

I'd guess the relevant code is here: https://github.com/Zenika/zenika-formation-framework/blob/master/reveal/theme-zenika/code.css#L1