fix(dees-heading): adjust heading hr text color to use muted theme values
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user