Merge pull request #94 from trustable-code/patch-1
CSS: Add missing font color definition
This commit is contained in:
commit
040d1655aa
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue