1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

Maintenance: Fixed js lint and SCSS build warnings

This commit is contained in:
Dan Brown
2024-09-27 13:57:39 +01:00
parent 56b9107c6b
commit eec639d84e
3 changed files with 10 additions and 15 deletions

View File

@ -44,11 +44,6 @@ h1, h2, h3, h4, h5, h6 {
display: block;
font-family: var(--font-heading, var(--font-body));
@include lightDark(color, #222, #BBB);
.subheader {
font-size: 0.5em;
line-height: 1em;
color: lighten($text-dark, 32%);
}
}
h5 {
@ -223,7 +218,7 @@ blockquote {
position: absolute;
top: $-s;
left: $-s;
color: lighten($text-dark, 20%);
color: #777;
}
}