summaryrefslogtreecommitdiffstats
path: root/main.css
blob: a59a4c16a8037890deab6b7a57b428dd80f85ced (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
body {
    color: black;
    background-color: white;
}

thead {
    display: none;
}

#fretboard .open {
    font-weight: bold;
}

#fretboard p {
    font-style: italic;
}