File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 13
13
* The Flexible Horseshoe Card.
14
14
*
15
15
* Refs:
16
- * - https://github.com/AmoebeLabs/Material-Design-Theme-Colors
16
+ * - https://github.com/AmoebeLabs/flex-horseshoe-card
17
17
*
18
18
*******************************************************************************
19
19
*/
@@ -499,27 +499,27 @@ class FlexHorseshoeCard extends LitElement {
499
499
500
500
.nam {
501
501
alignment-baseline: central;
502
- fill: white ;
502
+ fill: var(--primary-text-color) ;
503
503
}
504
504
505
505
.state__uom {
506
506
font-size: 20px;
507
507
opacity: 0.7;
508
508
margin: 0;
509
- fill : white ;
509
+ fill : var(--primary-text-color) ;
510
510
}
511
511
512
512
.state__value {
513
513
font-size: 3em;
514
514
opacity: 1;
515
- fill : white ;
515
+ fill : var(--primary-text-color) ;
516
516
text-anchor: middle;
517
517
}
518
518
.entity__name {
519
519
text-anchor: middle;
520
520
overflow: hidden;
521
521
opacity: 0.8;
522
- fill : white ;
522
+ fill : var(--primary-text-color) ;
523
523
font-size: 1.5em;
524
524
text-transform: uppercase;
525
525
letter-spacing: 0.1em;
@@ -529,7 +529,7 @@ class FlexHorseshoeCard extends LitElement {
529
529
font-size: 12px;
530
530
opacity: 0.7;
531
531
overflow: hidden;
532
- fill : white ;
532
+ fill : var(--primary-text-color) ;
533
533
text-anchor: middle;
534
534
text-transform: uppercase;
535
535
letter-spacing: 0.1em;
@@ -634,19 +634,19 @@ class FlexHorseshoeCard extends LitElement {
634
634
}
635
635
636
636
.line__horizontal {
637
- stroke: white ;
637
+ stroke: var(--primary-text-color) ;
638
638
opacity: 0.3;
639
639
stroke-width: 2;
640
640
}
641
641
642
642
.line__vertical {
643
- stroke: white ;
643
+ stroke: var(--primary-text-color) ;
644
644
opacity: 0.3;
645
645
stroke-width: 2;
646
646
}
647
647
648
648
.svg__dot {
649
- fill: white ;
649
+ fill: var(--primary-text-color) ;
650
650
opacity: 0.5;
651
651
align-self: center;
652
652
transform-origin: 50% 50%;
You can’t perform that action at this time.
0 commit comments