diff options
Diffstat (limited to 'stylesheets')
-rw-r--r-- | stylesheets/partials/_sidebar.sass | 3 | ||||
-rw-r--r-- | stylesheets/partials/_twitter.sass | 9 |
2 files changed, 8 insertions, 4 deletions
diff --git a/stylesheets/partials/_sidebar.sass b/stylesheets/partials/_sidebar.sass index 84da93e3..b9513e26 100644 --- a/stylesheets/partials/_sidebar.sass +++ b/stylesheets/partials/_sidebar.sass @@ -4,5 +4,4 @@ h4 margin: 0 .small +sans-font - font-size: 50% - //font-weight: normal
\ No newline at end of file + font-size: 50%
\ No newline at end of file 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 |