...vibing keyboard improvements

This commit is contained in:
2026-06-17 22:28:49 -04:00
parent 512f739d4c
commit 1ab018591d
3 changed files with 139 additions and 52 deletions
+35
View File
@@ -120,6 +120,41 @@
text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
}
.character-selector {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 16px;
padding: 10px 20px;
background: #1a1a1a;
border: 1px solid #2a2a2a;
border-radius: 8px;
}
.character-selector label {
font-size: 13px;
font-weight: 600;
color: #888;
text-transform: uppercase;
letter-spacing: 0.8px;
}
.character-selector select {
padding: 6px 12px;
border: 1px solid #333;
border-radius: 6px;
background: #0f0f0f;
color: #e0e0e0;
font-size: 14px;
outline: none;
cursor: pointer;
}
.character-selector select:focus {
border-color: #5588ff;
box-shadow: 0 0 0 3px rgba(85, 136, 255, 0.15);
}
.kb-divider {
color: #888;
font-size: 14px;