Fix parsing of G#. Tweak large print stylesheet.

This commit is contained in:
2025-06-03 01:13:11 -05:00
parent 9741c55cee
commit 97ef8a7491
4 changed files with 41 additions and 12 deletions

View File

@@ -112,9 +112,11 @@ const LARGE_PRINT_STYLESHEET* = """
html {
font-family: sans-serif;
font-size: 1.5em;
font-size: 1.3em;
font-variant: small-caps;
}
.page-contents { line-height: 1.1; }
.one-column .page-contents { column-count: 1; }
.two-column .page-contents { column-count: 2; }
@@ -157,7 +159,7 @@ h3 .section-text {
align-items: flex-start;
}
.word.space-after { margin-right: 0.5em; }
.word.space-after { margin-right: 0.3em; }
.word.no-chord { align-self: flex-end; }
.lyric {
@@ -165,8 +167,9 @@ h3 .section-text {
}
.chord {
font-size: 125%;
font-style: italic;
font-weight: 500;
font-weight: 700;
margin-right: 0.5em;
}