Skip to content

Commit 5f781ec

Browse files
fixed redundant color declarations
1 parent 377efe2 commit 5f781ec

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

css/settings.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2583,29 +2583,25 @@ li.draggable-item .components-panel__body-toggle.components-button{
25832583
text-transform: uppercase;
25842584
border-radius: 5px;
25852585
letter-spacing: 0.5px;
2586+
color: #ffffff;
25862587
}
25872588

25882589
.fz-license-badge-agency {
25892590
background: linear-gradient(135deg, #4268CF 0%, #3458BC 100%);
2590-
color: #ffffff;
25912591
}
25922592

25932593
.fz-license-badge-developer {
25942594
background: linear-gradient(135deg, #689F38 0%, #558B2F 100%);
2595-
color: #ffffff;
25962595
}
25972596

25982597
.fz-license-badge-personal {
25992598
background: linear-gradient(135deg, #FF6B35 0%, #F4511E 100%);
2600-
color: #ffffff;
26012599
}
26022600

26032601
.fz-license-badge-yearly {
26042602
background: linear-gradient(135deg, #F4511E 0%, #D32F2F 100%);
2605-
color: #ffffff;
26062603
}
26072604

26082605
.fz-license-badge-lifetime {
26092606
background: linear-gradient(135deg, #FFB300 0%, #FFA000 100%);
2610-
color: #ffffff;
26112607
}

0 commit comments

Comments
 (0)