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

@@ -18,6 +18,7 @@
@special-font-stack-1: ~"'Raleway', 'Helvetica Neue', 'Arial', sans-serif"; @special-font-stack-1: ~"'Raleway', 'Helvetica Neue', 'Arial', sans-serif";
@black: #333; @black: #333;
@black-content: #111;
@gray: #666; @gray: #666;
// accent colors from hermanradtke.com // accent colors from hermanradtke.com
@accent: #428bca; // alt: rgba(244,109,44,1); @accent: #428bca; // alt: rgba(244,109,44,1);
@@ -99,7 +100,7 @@ body {
min-height: 100%; min-height: 100%;
font-weight: 400; font-weight: 400;
font-family: @body-font-stack; font-family: @body-font-stack;
color: @black; color: @black-content;
line-height: 1.6; line-height: 1.6;
text-rendering: optimizeLegibility !important; text-rendering: optimizeLegibility !important;
// TODO: Uncomment when moz supports at subpixel level // TODO: Uncomment when moz supports at subpixel level
@@ -353,7 +354,7 @@ section.main {
} }
.content { .content {
color: @black; color: @black-content;
font-size: @base-font-size; font-size: @base-font-size;
.title-container { .title-container {

View File

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