refactor: replace purple accent color with light blue theme and beautify Open Project modal

This commit is contained in:
Xiaohan-Tian
2026-04-20 12:09:57 -07:00
parent 55861cf3cd
commit 1e4fdfc8c5
8 changed files with 104 additions and 79 deletions
+14 -5
View File
@@ -1,6 +1,7 @@
/* Shared toolbar layout classes (used by Toolbar and PianoRollToolbar) */
.toolbar-left, .toolbar-right {
.toolbar-left,
.toolbar-right {
display: flex;
align-items: center;
z-index: 1;
@@ -119,7 +120,15 @@
}
@keyframes buttonBlink {
0% { background-color: #333; }
50% { background-color: #555; }
100% { background-color: #333; }
}
0% {
background-color: #333;
}
50% {
background-color: #555;
}
100% {
background-color: #333;
}
}