Make colors less stark

This commit is contained in:
David Eisinger
2023-03-04 15:04:44 -05:00
parent 96c2793283
commit d40b910970

View File

@@ -3,6 +3,8 @@ body {
font-size: 18px; font-size: 18px;
padding: 50px; padding: 50px;
line-height: 1.5em; line-height: 1.5em;
background-color: #f6f6f6;
color: #333;
} }
h1, h2, h3 { h1, h2, h3 {
@@ -15,7 +17,7 @@ h3 {
} }
a { a {
color: blue; color: #00a;
} }
hr { hr {