1
0
mirror of https://github.com/til-schneider/slim-wiki.git synced 2025-01-17 12:48:15 +01:00

Fixed: Code block had white background when scrolling to the right

This commit is contained in:
til-schneider 2015-12-28 17:55:42 +01:00
parent 99493b2af0
commit d18fb24e08

View File

@ -54,10 +54,13 @@
color: #888;
}
code, pre {
background-color: #f8f8f8; // dark: #232323; prism default: #f5f2f0; #f8f8f8;
}
code {
border: 1px solid #EAEAEA;
border-radius: 3px;
background-color: #f8f8f8; // dark: #232323; prism default: #f5f2f0; #f8f8f8;
font: 14px Consolas, "Liberation Mono", Menlo, Courier, monospace;
white-space: nowrap;