🎨 Update styles for help and settings panels with new colors, padding, and text color adjustments

This commit is contained in:
2026-01-28 20:01:04 +00:00
parent 980622c365
commit d65039470e

View File

@@ -844,16 +844,17 @@ onMounted(() => {
/* Help & Settings Panels */
.help-panel,
.settings-panel {
background: #f9f9f9;
border: 1px solid #e0e0e0;
background: #f8f9fa;
border: 1px solid #e9ecef;
border-radius: 8px;
padding: 1rem;
padding: 1.5rem;
margin-bottom: 1rem;
}
.help-panel h3,
.settings-panel h3 {
margin-top: 0;
color: #495057;
}
.help-panel ul {