diff --git a/antoine.css b/antoine.css index 4415e96..28d991e 100644 --- a/antoine.css +++ b/antoine.css @@ -1,10 +1,13 @@ +:root { + color-scheme: dark; +} + body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; max-width: 800px; margin: auto; - background: #333; padding: 0px 0px 70px 0px; - color: #c3c3c3; + color: #9a9a9a; line-height: 30px; } @@ -79,10 +82,10 @@ table { /* Print settings */ @media print { - body * { + body * { background: #c3c3c3; color: #333; - line-height: 1em; + line-height: 1.3em; } }