Make typography refinements

This commit is contained in:
Michael Rose
2016-03-30 22:20:55 -04:00
parent 8a58559144
commit 7a41a04dcc
12 changed files with 69 additions and 38 deletions

View File

@@ -160,6 +160,10 @@ body:hover .visually-hidden button {
// social icons
.social-icons {
.fa {
color: #000;
}
.fa-behance,
.fa-behance-square {
color: $behance-color;
@@ -268,7 +272,7 @@ body:hover .visually-hidden button {
Navicons
========================================================================== */
$navicon-width : 32px;
$navicon-width : 28px;
$navicon-height : 4px;
.navicon {
@@ -357,7 +361,14 @@ $navicon-height : 4px;
Footnotes
========================================================================== */
.footnote {
color: mix(#fff, $gray, 25%);
text-decoration: none;
}
.footnotes {
color: mix(#fff, $gray, 25%);
ol, li, p {
margin-bottom: 0;
font-size: $type-size-6;
@@ -365,6 +376,7 @@ $navicon-height : 4px;
}
a.reversefootnote {
color: $gray;
text-decoration: none;
&:hover {