🎨 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 & Settings Panels */
.help-panel, .help-panel,
.settings-panel { .settings-panel {
background: #f9f9f9; background: #f8f9fa;
border: 1px solid #e0e0e0; border: 1px solid #e9ecef;
border-radius: 8px; border-radius: 8px;
padding: 1rem; padding: 1.5rem;
margin-bottom: 1rem; margin-bottom: 1rem;
} }
.help-panel h3, .help-panel h3,
.settings-panel h3 { .settings-panel h3 {
margin-top: 0; margin-top: 0;
color: #495057;
} }
.help-panel ul { .help-panel ul {