fix(dees-heading): adjust heading hr text color to use muted theme values

This commit is contained in:
2026-04-04 20:20:34 +00:00
parent 2104b3bdce
commit 0722f362f3
3 changed files with 7 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ export class DeesHeading extends DeesElement {
align-items: center;
text-align: center;
margin: 16px 0;
color: ${cssManager.bdTheme('#000', '#fff')};
color: ${cssManager.bdTheme('#999', '#555')};
}
/* Fade lines toward and away from text for hr style */
.heading-hr::before {