diff options
author | Brian Cully <bjc@spork.org> | 2025-03-10 12:10:29 -0400 |
---|---|---|
committer | Brian Cully <bjc@spork.org> | 2025-03-10 12:10:29 -0400 |
commit | efae088a0f78eaa0e483c7709bb331809db9cbff (patch) | |
tree | bdab45611f9727db3d6f8569cc2546ba2c20f55b /main.css | |
parent | 7502379641ebb83c7abb317aaf13244e7ae23e08 (diff) | |
download | chords-efae088a0f78eaa0e483c7709bb331809db9cbff.tar.gz chords-efae088a0f78eaa0e483c7709bb331809db9cbff.zip |
implement test hover behavior on key selector's note list
Diffstat (limited to 'main.css')
-rw-r--r-- | main.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3,6 +3,10 @@ body { background-color: white; } +.hover { + background-color: yellow; +} + #fretboard { float: left; padding-right: 1em; |