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
+4 -12
View File
@@ -19,7 +19,8 @@
box-sizing: border-box;
}
html, body {
html,
body {
height: 100%;
width: 100%;
overflow: hidden;
@@ -49,15 +50,6 @@ button {
transition: border-color 0.25s;
}
button:hover {
border-color: #646cff;
}
button:focus,
button:focus-visible {
outline: 2px auto rgba(100, 108, 255, 0.5);
}
textarea {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 12px;
@@ -71,7 +63,7 @@ input[type="range"] {
height: 4px;
border-radius: 2px;
outline: none;
}
}
input[type="range"]::-webkit-slider-thumb {
-webkit-appearance: none;
@@ -81,4 +73,4 @@ input[type="range"]::-webkit-slider-thumb {
background: #e0e0e0;
border-radius: 50%;
cursor: pointer;
}
}