This commit is contained in:
2024-09-19 11:05:00 +02:00
parent d53db46cf9
commit b572feeb5a
3 changed files with 5 additions and 2 deletions

View File

@ -136,7 +136,7 @@
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); /* Alapállapot */
}
#save-music {
#save-music, .settings-button {
background-color: #007bff;
}
@ -144,7 +144,7 @@
background-color: red;
}
#save-music:hover {
#save-music, .settings-button:hover {
background-color: #0056b3;
}