This commit is contained in:
Baobhan Sith
2025-04-17 22:48:10 +08:00
parent f8e4c14fa8
commit ce58aec85f
6 changed files with 176 additions and 61 deletions
@@ -154,7 +154,7 @@ const executeCommand = (command: string) => {
.search-input:focus {
outline: none;
border-color: var(--button-bg-color); /* Highlight border on focus */
box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25); /* Example focus shadow */
box-shadow: 0 0 5px var(--button-bg-color, #007bff); /* Use theme variable for glow */
}
.clear-button {