Synced with mixtape upstream

This commit is contained in:
2025-02-25 00:52:03 +01:00
parent 0896f2ac88
commit c02fda7df1
8 changed files with 70 additions and 22 deletions

View File

@ -19,13 +19,13 @@ table {
}
.song {
padding: 1em 0 0 1em;
padding: 3em 0 1em 1em;
}
.title {
font-size: 1.5em;
font-weight: bold;
margin-bottom: 1em;
margin-bottom: 2em;
}
.chords {
@ -78,3 +78,4 @@ table {
color: $col-black;
}
}

View File

@ -191,7 +191,8 @@ main.song {
&.font-size>.button:hover, &.font-size>.button.active { background-color: #bf616a }
&.transpose>.button:hover, &.transpose>.button.active { background-color: #5e81ac }
&.autoscroll>.button.active { background-color: #d08770 }
&.autoscroll>.button:hover, &.autoscroll>.button.active { background-color: #d08770 }
&.autoscroll>#autoscroll.active { background-color: #bf616a }
.button{
display: grid;
@ -234,3 +235,4 @@ main.song {
}
}
}