Fix up colour of collapsed section title
This commit is contained in:
parent
e11217e28a
commit
e6da8ec2c0
@ -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>
|
Loading…
x
Reference in New Issue
Block a user