Fix up colour of collapsed section title

This commit is contained in:
Joshua Boniface 2025-03-02 17:11:51 -05:00
parent e11217e28a
commit e6da8ec2c0

View File

@ -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;
}
</style>