aboutsummaryrefslogtreecommitdiff
path: root/stylesheets/partials/_twitter.sass
diff options
context:
space:
mode:
authorB Mathis <brandon@imathis.com>2010-07-26 10:55:53 -0500
committerB Mathis <brandon@imathis.com>2010-07-26 10:55:53 -0500
commit76b8b8ca450dc09c86d0ad958f7397c3b1bdc36f (patch)
tree1c017153e507802955569cc88fc985baea3f1c5e /stylesheets/partials/_twitter.sass
parent5951848f724ae5a64d917dced57c328013dc2939 (diff)
downloadmy_new_personal_website-76b8b8ca450dc09c86d0ad958f7397c3b1bdc36f.tar.xz
my_new_personal_website-76b8b8ca450dc09c86d0ad958f7397c3b1bdc36f.zip
fixed rake preview and updated sass to sass3 syntax
Diffstat (limited to '')
-rw-r--r--stylesheets/partials/_twitter.sass4
1 files changed, 2 insertions, 2 deletions
diff --git a/stylesheets/partials/_twitter.sass b/stylesheets/partials/_twitter.sass
index 1545e67f..181e0473 100644
--- a/stylesheets/partials/_twitter.sass
+++ b/stylesheets/partials/_twitter.sass
@@ -2,9 +2,9 @@
p
padding-bottom: 10px
a.topic
- color: #{!twitter_topic}
+ color: $twitter_topic
.meta
- color: #{!light_text}
+ color: $light_text
font-size: 80%
display: block
padding: 8px 0 0