CSS to make h1 and h2 the same size as h1.
Addresses #1772 Signed-off-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
af105b1920
commit
61bba6c31f
1 changed files with 8 additions and 0 deletions
|
@ -331,6 +331,14 @@ limitations under the License.
|
||||||
font-family: inherit ! important;
|
font-family: inherit ! important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* Make h1 and h2 the same size as h3. */
|
||||||
|
.mx_EventTile_content .markdown-body h1,
|
||||||
|
.mx_EventTile_content .markdown-body h2
|
||||||
|
{
|
||||||
|
font-size: 1.5em;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_EventTile_content .markdown-body a {
|
.mx_EventTile_content .markdown-body a {
|
||||||
color: $accent-color;
|
color: $accent-color;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue