Skip to content

Commit e7d0749

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

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed
 

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

-1
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

-1
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)
Please sign in to comment.