some header styling in messages
This commit is contained in:
parent
47c1737371
commit
1f82aef4ad
1 changed files with 12 additions and 0 deletions
|
@ -137,6 +137,18 @@ limitations under the License.
|
|||
.hydrogen .Timeline_messageSender.usercolor7 { color: var(--usercolor7); }
|
||||
.hydrogen .Timeline_messageSender.usercolor8 { color: var(--usercolor8); }
|
||||
|
||||
.Timeline_messageBody h1, h2, h3, h4, h5, h6 {
|
||||
font-weight: bold;
|
||||
margin: 0.7em 0;
|
||||
}
|
||||
|
||||
.Timeline_messageBody h1 { font-size: 1.6em; }
|
||||
.Timeline_messageBody h2 { font-size: 1.5em; }
|
||||
.Timeline_messageBody h3 { font-size: 1.4em; }
|
||||
.Timeline_messageBody h4 { font-size: 1.3em; }
|
||||
.Timeline_messageBody h5 { font-size: 1.2em; }
|
||||
.Timeline_messageBody h6 { font-size: 1.1em; }
|
||||
|
||||
.Timeline_messageBody a {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
|
Reference in a new issue