mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +03:00
CSS: Tweaked css heading font to fall back to body font
This commit is contained in:
@ -42,7 +42,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||
font-weight: 400;
|
||||
position: relative;
|
||||
display: block;
|
||||
font-family: var(--font-heading);
|
||||
font-family: var(--font-heading, var(--font-body));
|
||||
@include lightDark(color, #222, #BBB);
|
||||
.subheader {
|
||||
font-size: 0.5em;
|
||||
|
Reference in New Issue
Block a user