Improve CSS for readability

master
rubenwardy 2018-07-20 18:23:22 +01:00
parent b4057fda02
commit d7b7c053de
No known key found for this signature in database
GPG Key ID: A1E29D52FF81513C
2 changed files with 9 additions and 2 deletions

View File

@ -1,6 +1,6 @@
code {
display: inline-block;
padding: 3px;
padding: 0 0.25em;
margin: 2px;
background: #f9f9f9;
border: 1px solid #e0e0e0;

View File

@ -4,7 +4,7 @@ html, body {
padding: 0;
font-size: 17px;
background: #333;
color: black;
color: #222;
}
#container {
@ -74,6 +74,13 @@ main {
article {
background: white;
padding: 0 20px 20px 20px;
line-height: 1.4;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased !important;
-moz-font-smoothing: antialiased !important;
text-rendering: optimizeLegibility !important;
letter-spacing: .01em;
// text-align: justify;
}
footer {