Merge pull request #4148 from matrix-org/travis/poc/theme-command
Proof of concept for custom theme adding
This commit is contained in:
commit
f5f433b347
4 changed files with 97 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue