Make colors less stark
This commit is contained in:
@@ -3,6 +3,8 @@ body {
|
||||
font-size: 18px;
|
||||
padding: 50px;
|
||||
line-height: 1.5em;
|
||||
background-color: #f6f6f6;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
@@ -15,7 +17,7 @@ h3 {
|
||||
}
|
||||
|
||||
a {
|
||||
color: blue;
|
||||
color: #00a;
|
||||
}
|
||||
|
||||
hr {
|
||||
|
||||
Reference in New Issue
Block a user