Browse Source

Highlight: Increase the contrast between the text background and code background.

master
Maciej Smolinski 10 years ago
parent
commit
7f0fefc900
  1. 2
      resources/public/style.css

2
resources/public/style.css

@ -372,7 +372,7 @@ fieldset { @@ -372,7 +372,7 @@ fieldset {
pre, code, code.hljs {
font-family: monospace;
border-radius: 3px;
background: #fcfcfc;
background: #f0f0f0;
}
/* Non-syntax highlighted code tag to be slightly bigger so it outstands in text */

Loading…
Cancel
Save