diff --git a/pvc-vue/src/components/general/CollapsibleSection.vue b/pvc-vue/src/components/general/CollapsibleSection.vue index 879c857..c77ef25 100644 --- a/pvc-vue/src/components/general/CollapsibleSection.vue +++ b/pvc-vue/src/components/general/CollapsibleSection.vue @@ -139,18 +139,17 @@ const toggleSection = () => { } .section-header h6 { + font-size: 0.95rem; + font-weight: 600; display: flex; justify-content: space-between; align-items: center; - padding: 0.5rem 0; - cursor: pointer; - border-bottom: 1px solid rgba(0, 0, 0, 0.1); - margin-bottom: 0.75rem; } .section-title { margin: 0; font-size: 0.95rem; font-weight: 600; + color: #495057; } \ No newline at end of file