UX polish for custom themes

This commit is contained in:
Travis Ralston 2020-03-06 17:43:10 -07:00
parent 65d7bb2ef9
commit 6aeca7b853
3 changed files with 46 additions and 21 deletions

View file

@ -42,10 +42,15 @@ pre, code {
font-size: 100% !important;
}
.error, .warning {
.error, .warning,
.text-error, .text-warning {
color: $warning-color;
}
.text-success {
color: $accent-color;
}
b {
// On Firefox, the default weight for `<b>` is `bolder` which results in no bold
// effect since we only have specific weights of our fonts available.