diff options
Diffstat (limited to '')
-rw-r--r-- | stylesheets/partials/_twitter.sass | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/stylesheets/partials/_twitter.sass b/stylesheets/partials/_twitter.sass index 8752656c..d8f9249e 100644 --- a/stylesheets/partials/_twitter.sass +++ b/stylesheets/partials/_twitter.sass @@ -16,8 +16,13 @@ border-bottom: 0 p padding-bottom: 10px - .pubdate + .meta color= !light_text font-size: 80% display: block - padding: 8px 0 0
\ No newline at end of file + padding: 8px 0 0 + a + color: inherit + text-decoration: none + &:hover + text-decoration: underline
\ No newline at end of file |