Merge pull request #4148 from matrix-org/travis/poc/theme-command

Proof of concept for custom theme adding
This commit is contained in:
Travis Ralston 2020-03-13 09:26:07 -06:00 committed by GitHub
commit f5f433b347
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 97 additions and 3 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.