CSS: Add missing font color definition

Fixes: On my pc, text and background have the same color.
This commit is contained in:
Simon Krauter 2017-02-25 20:03:07 +01:00 committed by GitHub
commit 5184c7c281

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;
}
}