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
+11 -3
View File
@@ -9,7 +9,9 @@
border-bottom: 1px solid #3a3a3a;
}
.toolbar-left, .toolbar-center, .toolbar-right {
.toolbar-left,
.toolbar-center,
.toolbar-right {
display: flex;
align-items: center;
}
@@ -44,7 +46,8 @@
border: none;
color: #e0e0e0;
margin: 0 5px;
padding: 5px;
width: 28px;
height: 28px;
cursor: pointer;
display: flex;
align-items: center;
@@ -63,6 +66,11 @@
cursor: not-allowed;
}
.toolbar button:active {
background-color: #5a5a5a;
transform: scale(0.95);
}
.record-btn {
color: #ff4444;
}
@@ -198,4 +206,4 @@
color: #e0e0e0;
min-width: 20px;
text-align: center;
}
}