mirror of
https://github.com/flarum/core.git
synced 2025-08-01 14:10:37 +02:00
Add some missing post content styles
This commit is contained in:
@@ -237,6 +237,25 @@
|
||||
color: #666;
|
||||
font-size: 90%;
|
||||
}
|
||||
& h1 {
|
||||
font-size: 160%;
|
||||
}
|
||||
& h2 {
|
||||
font-size: 120%;
|
||||
font-weight: bold;
|
||||
}
|
||||
& h3 {
|
||||
font-size: 100%;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
& h4, & h5, & h6 {
|
||||
font-size: 100%;
|
||||
font-weight: bold;
|
||||
}
|
||||
& img {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
.post.is-hidden {
|
||||
& .post-header, & .post-header a, & .post-user h3, & .post-user h3 a {
|
||||
|
Reference in New Issue
Block a user