diff --git a/app/assets/stylesheets/legislation_process.scss b/app/assets/stylesheets/legislation_process.scss index 3cd63e889b85..c11a24c63085 100644 --- a/app/assets/stylesheets/legislation_process.scss +++ b/app/assets/stylesheets/legislation_process.scss @@ -187,16 +187,14 @@ .quiz-header-title { font-size: $small-font-size; - font-weight: 700; margin-bottom: 0; text-transform: uppercase; } - } - - h4 a { - @include brand-color; - &:hover { + a { + @include brand-color; + @include header-font-size(h4); + font-weight: 700; text-decoration: none; } } @@ -232,6 +230,7 @@ } .quiz-question { + @include header-font-size(h2); margin-bottom: $line-height; } diff --git a/app/views/legislation/questions/show.html.erb b/app/views/legislation/questions/show.html.erb index 5544ef163aef..7663fab7445a 100644 --- a/app/views/legislation/questions/show.html.erb +++ b/app/views/legislation/questions/show.html.erb @@ -5,7 +5,7 @@

<%= t("legislation.questions.show.title") %>

-

<%= link_to @process.title, @process %>

+ <%= link_to @process.title, @process %>
@@ -28,7 +28,7 @@
-

<%= @question.title %>

+

<%= @question.title %>

<%= AdminWYSIWYGSanitizer.new.sanitize(@question.description) %>
<%= render "answer_form", process: @process, question: @question, answer: @answer %> @@ -37,7 +37,7 @@