Merge pull request #56 from LucaTNT/white-background

Added explicit white background color in the CSS
This commit is contained in:
Martin Polden 2018-07-07 13:58:02 +02:00 committed by GitHub
commit 61ac57720a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pure/0.6.2/grids-responsive-min.css">
<style>
html, .pure-g [class *= "pure-u"] {
background-color: white;
font-family: "Open Sans", sans-serif;
}
pre {