aboutsummaryrefslogtreecommitdiff
path: root/public/main.css
diff options
context:
space:
mode:
authorJoris2022-07-09 17:35:15 +0200
committerJoris2022-07-09 17:35:15 +0200
commitfadee0cda55b4b328dbe778a5d511f9222e7d50c (patch)
treeddb2bc6c4f12a365c815c0a5ad913479f05341ba /public/main.css
parent56dd2ec807eda8dc328a92e1c8cf88fcaf786037 (diff)
downloadchords-fadee0cda55b4b328dbe778a5d511f9222e7d50c.tar.gz
chords-fadee0cda55b4b328dbe778a5d511f9222e7d50c.tar.bz2
chords-fadee0cda55b4b328dbe778a5d511f9222e7d50c.zip
Add seventh chords
Diffstat (limited to 'public/main.css')
-rw-r--r--public/main.css4
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);
}