Skip to content

Commit 854d72e

Browse files
author
JoelCDL
committed
Inline UC3 star icon as a data-url
Fixes #1
1 parent 23a1f64 commit 854d72e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/css/components/mark.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
content: '';
2020
inline-size: 4rem;
2121
aspect-ratio: 1 / 1;
22-
background: url('../images/uc3-star.svg') center / contain no-repeat;
22+
background: url('data-url:../images/uc3-star.svg') center / contain no-repeat;
2323
}
2424

2525
&::after {

0 commit comments

Comments
 (0)