Browse Source

Fix "silenced" alert styles on more pages

- Tagged posts
- Collection index

Ref T661
T661-disable-accounts
Matt Baer 4 years ago
parent
commit
5644e8d251
1 changed files with 8 additions and 1 deletions
  1. +8
    -1
      less/core.less

+ 8
- 1
less/core.less View File

@@ -516,10 +516,17 @@ abbr {
body#collection article p, body#subpage article p {
.article-p;
}
pre, body#post article, body#collection article, body#subpage article, body#subpage #wrapper h1 {
pre, body#post article, #post .alert, #subpage .alert, body#collection article, body#subpage article, body#subpage #wrapper h1 {
max-width: 40rem;
margin: 0 auto;
}
#collection header .alert, #post .alert, #subpage .alert {
margin-bottom: 1em;
p {
text-align: left;
line-height: 1.4;
}
}
textarea, pre, body#post article, body#collection article p {
&.norm, &.sans, &.wrap {
line-height: 1.4em;


Loading…
Cancel
Save