diff options
Diffstat (limited to 'src/stylesheets')
-rw-r--r-- | src/stylesheets/application.sass | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/stylesheets/application.sass b/src/stylesheets/application.sass index 711de1d..24036ef 100644 --- a/src/stylesheets/application.sass +++ b/src/stylesheets/application.sass @@ -18,6 +18,11 @@ body font-family: Helvetica, Arial, Sans-serif font-size: 12pt +h1 + color: yellow + font-size: 115% + border-bottom: 1px solid + h2 margin: 0 border-bottom: 1px solid @@ -97,3 +102,9 @@ $button-height: $sharebar-height - 5px font-size: 8pt #google_plus_button + +.newsitem + background-color: rgba(0, 0, 0, 0.4) + border: 1px solid rgba(0, 0, 0, 0.8) + padding-bottom: 10px + margin-bottom: 10px |