diff --git a/scipost/static/scipost/assets/css/_type.scss b/scipost/static/scipost/assets/css/_type.scss index b26184a133ac489c3526fe2feaa860951a00d1cc..616c027b130df36cf427a19970012380ffb75c22 100644 --- a/scipost/static/scipost/assets/css/_type.scss +++ b/scipost/static/scipost/assets/css/_type.scss @@ -18,15 +18,22 @@ h1, h2, h3, h4, h5, h6 { text-shadow: none; font-weight: 500; } -h3.highlight { + +.highlight { background-color: #f4f4f4; + margin: 10px 0; - &.tight { + h3.tight { display: inline-block; - padding: 3px 5px; - margin-bottom: 3px; + // padding: 3px 5px; + // margin-bottom: 3px; } } +h1.highlight, +h2.highlight { + padding: 15px; +} + hr, hr.hr12 { height: 3px;