Merge pull request #94 from trustable-code/patch-1

CSS: Add missing font color definition
This commit is contained in:
Dominik Picheta 2017-02-25 20:17:35 +01:00 committed by GitHub
commit 040d1655aa

View file

@ -106,7 +106,7 @@ pre .EscapeSequence
background:url("/images/glow-line-vert.png") no-repeat; }
#body { z-index:1; position:relative; background:rgba(220,231,248,.6); }
#body { z-index:1; position:relative; background:rgba(220,231,248,.6); color:black; }
#body.docs { margin:0 40px 20px 320px; }
#body.forum { margin:0 40px 20px 40px; min-height: 700px; }
@ -710,4 +710,4 @@ blockquote {
blockquote p {
color: rgb(109, 109, 109) !important;
}
}