summaryrefslogtreecommitdiff
path: root/_includes/inline.scss
diff options
context:
space:
mode:
Diffstat (limited to '_includes/inline.scss')
-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;
- }
}
// 
.icon-googleplus {
- color: #DD4B39;
+ color: $googleplus-color;
}
// 
.icon-facebook {
- color: #3b5998;
+ color: $facebook-color;
}
// 
.icon-twitter {
- color: #55ACEE;
+ color: $twitter-color;
}
// 
.icon-tumblr {
- color: rgb(44, 71, 98);
+ color: $tumblr-color;
}
// 
.icon-pinterest {
- color: #CB2027;
+ color: $pinterest-color;
}
@media print {