.block > h2 {
    border-bottom: 1px solid #777;
}

[data-theme="dark"] .block > h2 {
    border-bottom-color: #3a3c42;
    color: #c8c8c8;
}