diff --git a/stylesheets/styles.css b/stylesheets/styles.css index c9d3769..3f36dc0 100644 --- a/stylesheets/styles.css +++ b/stylesheets/styles.css @@ -3,13 +3,13 @@ body { padding: 0; margin: 0; font: 14px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; - color:#595959; + color:#000; font-weight:400; font-size: 1em; } h1, h2, h3, h4, h5, h6 { - color:#222; + color:#000; margin:0 0 20px; } @@ -27,12 +27,12 @@ h1 { } h2 { - color:#393939; + color:#000; font-weight: 500; } h3, h4, h5, h6 { - color:#494949; + color:#000; font-weight: 500; } @@ -77,7 +77,7 @@ blockquote { code, pre { font-family:Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, Consolas, Liberation Mono, DejaVu Sans Mono, Courier New, monospace; - color:#333; + color:#000; } pre { @@ -180,7 +180,7 @@ header ul a:active { } strong { - color:#222; + color:#000; font-weight:500; } @@ -192,7 +192,7 @@ header ul li + li + li { header ul a strong { font-size:14px; display:block; - color:#222; + color:#000; } small { @@ -218,6 +218,6 @@ footer { body { padding:0.4in; font-size:12pt; - color:#444; + color:#000; } }