Skip to content

Commit e7d0749

Browse files
committed
If you don't support rgba, you also don't support content attr, so there's not much point.
1 parent 60a948d commit e7d0749

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

templates/pace-theme-big-counter.tmpl.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,5 @@
2626
font-size: 5rem;
2727
line-height: 1;
2828
text-align: right;
29-
color: `Color(args.color).clearer(0.8).rgbString() || "#444"`;
3029
color: `Color(args.color).clearer(0.8).rgbString() || "rgba(0, 0, 0, 0.2)"`;
3130
}

themes/pace-theme-big-counter.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,4 @@
2828
line-height: 1;
2929
text-align: right;
3030
color: rgba(0, 0, 0, 0.19999999999999996);
31-
color: rgba(0, 0, 0, 0.19999999999999996);
3231
}

0 commit comments

Comments
 (0)