aboutsummaryrefslogtreecommitdiff
path: root/stylesheets
diff options
context:
space:
mode:
authorB Mathis <brandon@imathis.com>2009-11-14 21:12:05 -0600
committerB Mathis <brandon@imathis.com>2009-11-14 21:12:05 -0600
commit6f10642bdebfef726318120b1f2eab26df022728 (patch)
tree4974b91b02f41f3604ae4c9d146cb42a153230f8 /stylesheets
parent2b2de6104e66908510b72ace065e78453fc2c341 (diff)
downloadmy_new_personal_website-6f10642bdebfef726318120b1f2eab26df022728.tar.xz
my_new_personal_website-6f10642bdebfef726318120b1f2eab26df022728.zip
added introduction post to show off typography and function as a first post
Diffstat (limited to '')
-rw-r--r--stylesheets/_typography.sass16
1 files changed, 12 insertions, 4 deletions
diff --git a/stylesheets/_typography.sass b/stylesheets/_typography.sass
index f3a81b55..15596bba 100644
--- a/stylesheets/_typography.sass
+++ b/stylesheets/_typography.sass
@@ -29,7 +29,15 @@ blockquote
bottom: 1px solid #e5e5e5
&:before
color: #ddd
-.quote blockquote
- font-size= !h4
- line-height= !h5 * 1.625
- color: #555 \ No newline at end of file
+ cite
+ +sans-font
+ font-size= !base_font_size - 2px
+ display: block
+ padding-top= !base_font_size
+ &:before
+ content: "\30FC"
+ padding-right: 2px
+ a
+ color: inherit !important
+ &:hover
+ color= !link_color !important \ No newline at end of file