css: black-content body

This commit is contained in:
Nishanth Shanmugham
2015-12-24 23:01:25 -06:00
parent 7ea60bd2fd
commit 13e3bf1f12
2 changed files with 5 additions and 4 deletions

View File

@@ -61,7 +61,7 @@ body {
min-height: 100%;
font-weight: 400;
font-family: 'Open Sans', 'Helvetica Neue', 'Arial', sans-serif;
color: #333;
color: #111;
line-height: 1.6;
text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: subpixel-antialiased;
@@ -333,7 +333,7 @@ section.main .container {
justify-content: flex-start;
}
section.main .content {
color: #333;
color: #111;
font-size: 16px;
}
section.main .content .title-container {