Skip to content

Commit

Permalink
Remove italic font from questionnaire hints
Browse files Browse the repository at this point in the history
If italic font is used for the whole hint, then teachers are unable
to emphasize certain parts of the hint with italic font.
Let's use normal font for the hints and let teachers decide if
they need italic font in the hint.
  • Loading branch information
markkuriekkinen committed Aug 20, 2021
1 parent 149880f commit 6ce612c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/sass/protocols/_quiz1.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $questionnaire-focus-bg: #bce8f1;
margin-top: 5px;
margin-bottom: 5px;
color: #737373;
font-style: italic;
font-style: normal;
}

.hint-checkbox {
Expand Down

0 comments on commit 6ce612c

Please sign in to comment.