fix bug: remove hard-coded color in CSS

This commit is contained in:
Mathieu PATUREL
2017-01-26 11:47:18 +11:00
parent 8cc6b2b263
commit 271c7c619a
2 changed files with 1 additions and 5 deletions

View File

@ -4,12 +4,11 @@ html {
}
body {
padding:10px;
padding: 10px;
padding-top: 0px;
font-family: "Open Sans", sans-serif;
background-color: var(--background);
font-size: 15px;
color: #333;
}
blockquote {