| Index: components/dom_distiller/core/css/distilledpage.css
|
| diff --git a/components/dom_distiller/core/css/distilledpage.css b/components/dom_distiller/core/css/distilledpage.css
|
| index 211708b9e762d39f39e0d823f9f8ee7ce17ea6ae..ef5aaa8c36ec8d0410ed4248b031cd06e80bbfc9 100644
|
| --- a/components/dom_distiller/core/css/distilledpage.css
|
| +++ b/components/dom_distiller/core/css/distilledpage.css
|
| @@ -75,7 +75,6 @@ th {
|
|
|
| body,
|
| html {
|
| - color: #333;
|
| font-family: 'Open Sans', sans-serif;
|
| font-size: 14px;
|
| line-height: 1.4;
|
| @@ -83,6 +82,22 @@ html {
|
| overflow-x: hidden;
|
| }
|
|
|
| +/* Classes for highcontrast, sepia, and normal. */
|
| +.light {
|
| + color: #333;
|
| + background-color: #FFF;
|
| +}
|
| +
|
| +.dark {
|
| + color: #FFF;
|
| + background-color: #000;
|
| +}
|
| +
|
| +.sepia {
|
| + color: #000;
|
| + background-color: rgb(203, 173, 141);
|
| +}
|
| +
|
| /* Define vertical rhythm (baseline grid of 4px). */
|
|
|
| blockquote,
|
|
|