From 8edc8b926f33f0bf692d1015437d9882bbcb3440 Mon Sep 17 00:00:00 2001 From: joshua stein Date: Fri, 13 Nov 2015 15:53:06 -0600 Subject: [PATCH] css: all this time i had no idea we didn't have a white background --- app/assets/stylesheets/application.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index e60c03b..fac901f 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -18,6 +18,10 @@ body, textarea, input, button { color: #333; } +body { + background-color: #fefefe; +} + a { color: #2562dc; cursor: pointer; @@ -509,9 +513,9 @@ li .link a { } li.story .description_present { - font-weight: bold; color: gray; padding-left: 0.25em; + vertical-align: middle; } li.story a.tag {