We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3231652 commit cbab400Copy full SHA for cbab400
working-examples/aria-icon-font-img-role/index.html
@@ -44,8 +44,8 @@
44
.icon-star-bg:before { content: "\e982"; }
45
.icon-star-half:before { content: "\e983"; }
46
47
- .grey { color: #949494; }
48
- .yellow { color: #f8c102; }
+ .grey { color: #949494; -webkit-text-stroke: 1px black; }
+ .yellow { color: #f8c102; -webkit-text-stroke: 1px black; }
49
50
/* EXAMPLE 2 */
51
0 commit comments