forked from AkkomaGang/akkoma-fe
Add styles for h1/2/3/4/5 tags in status html
This commit is contained in:
parent
33b13d3775
commit
f07e6b271c
1 changed files with 24 additions and 0 deletions
|
@ -340,6 +340,30 @@
|
|||
margin-top: 0.2em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 1.1em;
|
||||
line-height: 1.5em;
|
||||
margin-left: 0em;
|
||||
}
|
||||
|
||||
h2 {
|
||||
line-height: 1.2em;
|
||||
font-size: 1.1em;
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-size: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
.retweet-info {
|
||||
|
|
Loading…
Reference in a new issue