summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorBen Burwell <bburwell1@gmail.com>2014-11-14 11:22:48 -0500
committerBen Burwell <bburwell1@gmail.com>2014-11-14 11:22:48 -0500
commit53109fa5e1404c0f5cd4328135f5b5fd7c88b555 (patch)
treea1e896c3215464da7e76678ce9c71a4e1789934a /_includes
parent1a17df7a5780bfceaf5fb143e847b71c6368e706 (diff)
Further optimizations
Diffstat (limited to '_includes')
-rw-r--r--_includes/inline.scss29
1 files changed, 14 insertions, 15 deletions
diff --git a/_includes/inline.scss b/_includes/inline.scss
index 24c2062..b0feec9 100644
--- a/_includes/inline.scss
+++ b/_includes/inline.scss
@@ -30,12 +30,16 @@ a {
footer {
font-family: $sans;
text-align: center;
- padding-top: 2em;
+ padding-top: 1em;
padding-bottom: 2em;
text-transform: uppercase;
- letter-spacing: 2px;
+ letter-spacing: 1px;
font-weight: 600;
font-size: 0.8em;
+
+ p {
+ margin: 1em;
+ }
}
header {
@@ -43,7 +47,7 @@ header {
font-family: $sans;
a {
- font-size: 1em;
+ // font-size: 1em;
font-weight: 600;
color: rgb(255, 255, 255);
display: block;
@@ -81,7 +85,6 @@ header {
}
.portrait {
- border-radius: 220px;
width: 220px;
height: 220px;
margin-top: 2em;
@@ -121,14 +124,14 @@ pre {
-.project h1 a {
+.projects a {
color: $blue;
&:hover {
color: darken($blue, 15%);
}
}
-.writing h1 a {
+.writing a {
color: $magenta;
&:hover {
color: darken($magenta, 15%);
@@ -165,35 +168,31 @@ pre {
.social-buttons {
float: right;
-
- img {
- height: 1em;
- }
}
// &#xe601;
.icon-googleplus {
- color: #DD4B39;
+ color: $googleplus-color;
}
// &#xe602;
.icon-facebook {
- color: #3b5998;
+ color: $facebook-color;
}
// &#xe603;
.icon-twitter {
- color: #55ACEE;
+ color: $twitter-color;
}
// &#xe604;
.icon-tumblr {
- color: rgb(44, 71, 98);
+ color: $tumblr-color;
}
// &#xe605;
.icon-pinterest {
- color: #CB2027;
+ color: $pinterest-color;
}
@media print {