diff --git a/app/assets/stylesheets/base.css.scss b/app/assets/stylesheets/base.css.scss index 05c3ef1e..3df35521 100644 --- a/app/assets/stylesheets/base.css.scss +++ b/app/assets/stylesheets/base.css.scss @@ -37,6 +37,7 @@ body { .answerbox-question-text { font-weight: bold; + color: $gray-darker; } .user-displayname { @@ -57,6 +58,6 @@ body { } .text-muted a, .text-muted a:hover { - color: $gray-light; + color: $gray-dark; text-decoration: none; } \ No newline at end of file