Darker gray color

This commit is contained in:
Nishanth Shanmugham
2015-12-24 20:28:07 -06:00
parent a1da305e7d
commit f9c3b6c679
2 changed files with 8 additions and 8 deletions

View File

@@ -18,7 +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;
@gray: #777; @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);
@link-hover: #2a6496; // alt: rgba(222,90,29,1); @link-hover: #2a6496; // alt: rgba(222,90,29,1);

View File

@@ -6,7 +6,7 @@
color: #333 !important; color: #333 !important;
} }
.light { .light {
color: #777 !important; color: #666 !important;
} }
.accent { .accent {
color: #428bca !important; color: #428bca !important;
@@ -254,7 +254,7 @@ section.header nav ul li:hover {
text-align: left; text-align: left;
} }
section.header nav ul li { section.header nav ul li {
color: #777; color: #666;
} }
section.header nav ul li:hover { section.header nav ul li:hover {
color: #333; color: #333;
@@ -310,7 +310,7 @@ section.icons .content a .icon.larger {
section.icons .content a { section.icons .content a {
margin-left: 3px; margin-left: 3px;
margin-right: 3px; margin-right: 3px;
color: #777; color: #666;
} }
section.icons .content a:hover { section.icons .content a:hover {
color: #333; color: #333;
@@ -358,10 +358,10 @@ section.main .content .title-container .initials {
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
font-smoothing: antialiased; font-smoothing: antialiased;
color: #333; color: #333;
color: #777; color: #666;
} }
section.main .content .title-container .initials a { section.main .content .title-container .initials a {
color: #777; color: #666;
-webkit-transition: color 0.1s cubic-bezier(0.47, 0, 0.75, 0.72); -webkit-transition: color 0.1s cubic-bezier(0.47, 0, 0.75, 0.72);
-moz-transition: color 0.1s cubic-bezier(0.47, 0, 0.75, 0.72); -moz-transition: color 0.1s cubic-bezier(0.47, 0, 0.75, 0.72);
-ms-transition: color 0.1s cubic-bezier(0.47, 0, 0.75, 0.72); -ms-transition: color 0.1s cubic-bezier(0.47, 0, 0.75, 0.72);
@@ -387,7 +387,7 @@ section.main .content .front-matter .page-heading {
} }
section.main .content .front-matter .meta { section.main .content .front-matter .meta {
font-size: 14px; font-size: 14px;
color: #777; color: #666;
display: -webkit-flex; display: -webkit-flex;
display: -moz-flex; display: -moz-flex;
display: -ms-flexbox; display: -ms-flexbox;
@@ -485,7 +485,7 @@ section.main .container .content .post-item {
} }
section.main .container .content .post-item .meta { section.main .container .content .post-item .meta {
font-size: 14px; font-size: 14px;
color: #777; color: #666;
display: none; display: none;
min-width: 100px; min-width: 100px;
text-align: right; text-align: right;