diff --git a/app/assets/stylesheets/bootstrap_and_overrides.css.less b/app/assets/stylesheets/bootstrap_and_overrides.css.less index 150896c..f4fbea0 100644 --- a/app/assets/stylesheets/bootstrap_and_overrides.css.less +++ b/app/assets/stylesheets/bootstrap_and_overrides.css.less @@ -25,6 +25,12 @@ a:hover { text-decoration: none; } +blockquote { + p { + font-size: 1em; + } +} + .label:hover { background-color: @mainRedColor; text-decoration: none;