summaryrefslogtreecommitdiffstats
path: root/sass
diff options
context:
space:
mode:
authorSkyArrow <tommy351@gmail.com>2012-04-04 11:03:10 +0200
committerSkyArrow <tommy351@gmail.com>2012-04-04 11:03:10 +0200
commitfe61af913d62b9c5f6457a540c2d11dff0bb4bc4 (patch)
treeccd17b1dc2f66e6b9ee0275755422ddf92d0f8c1 /sass
parent1d98a784894658ff3292a7f8de8dbde05e83cbab (diff)
parent4be6a50c690acb3bc8657ddb4bbc0a4d0f64302a (diff)
downloadoctopress-theme-jeyzu-fe61af913d62b9c5f6457a540c2d11dff0bb4bc4.zip
octopress-theme-jeyzu-fe61af913d62b9c5f6457a540c2d11dff0bb4bc4.tar.gz
Merge pull request #6 from bryogenic/master
Added Pinterest Button
Diffstat (limited to 'sass')
-rw-r--r--sass/parts/_header.scss9
1 files changed, 8 insertions, 1 deletions
diff --git a/sass/parts/_header.scss b/sass/parts/_header.scss
index d740f9f..12417c0 100644
--- a/sass/parts/_header.scss
+++ b/sass/parts/_header.scss
@@ -206,6 +206,13 @@ header{
border: 1px solid darken(rgb(175,182,202), 10%);
}
}
+ &.pinterest{
+ background: image-url('pinterest.png') center no-repeat rgb(190,64,55);
+ border: 1px solid rgb(190,64,55);
+ &:hover{
+ border: 1px solid darken(rgb(190,64,55), 10%);
+ }
+ }
&.rss{
background: image-url('rss.png') center no-repeat #EF7522;
border: 1px solid #EF7522;
@@ -215,4 +222,4 @@ header{
}
}
}
-} \ No newline at end of file
+}