mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 03:36:41 +02:00
css: black-content body
This commit is contained in:
@@ -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 {
|
||||||
|
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user