diff options
author | Joris | 2022-07-09 17:35:15 +0200 |
---|---|---|
committer | Joris | 2022-07-09 17:35:15 +0200 |
commit | fadee0cda55b4b328dbe778a5d511f9222e7d50c (patch) | |
tree | ddb2bc6c4f12a365c815c0a5ad913479f05341ba /public | |
parent | 56dd2ec807eda8dc328a92e1c8cf88fcaf786037 (diff) |
Add seventh chords
Diffstat (limited to 'public')
-rw-r--r-- | public/main.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/main.css b/public/main.css index 3c850c2..fd5595f 100644 --- a/public/main.css +++ b/public/main.css @@ -93,6 +93,10 @@ header { width: fit-content; } +.g-ChordLabel { + font-family: chords; +} + .g-Form input[type="number"] { width: var(--spacing-whale); } |