diff --git a/app/export-for-web-template/style.css b/app/export-for-web-template/style.css index 112959c5..4ad18659 100644 --- a/app/export-for-web-template/style.css +++ b/app/export-for-web-template/style.css @@ -31,7 +31,7 @@ h2 { font-style: italic; font-family: sans-serif; font-weight: lighter; - color: #BBB; + color: #545454; } .header { @@ -115,7 +115,7 @@ h2 { p { font-size: 13pt; - color: #888; + color: #000; line-height: 1.7em; font-weight: lighter; } @@ -260,7 +260,7 @@ body.dark { } .dark h2 { - color: #666; + color: #999; } .dark .container { @@ -271,6 +271,10 @@ body.dark { background: black; } +.dark p { + color: #efefef; +} + .dark a { color: #cc8f1a; }