Skip to content

Commit d746206

Browse files
committed
Merge branch 'master' into style-refresh+javascript-scroll-memory
2 parents cea00d3 + 85b3166 commit d746206

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/resources/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -548,15 +548,15 @@ footer a, footer a:hover {
548548
}
549549

550550
.gt-separated li:before {
551-
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'><path fill='#DDDDDD' d='M6.7,4L5.7,4.9L8.8,8l-3.1,3.1L6.7,12l4-4L6.7,4z'/></svg>");
551+
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'><path fill='%23DDDDDD' d='M6.7,4L5.7,4.9L8.8,8l-3.1,3.1L6.7,12l4-4L6.7,4z'/></svg>");
552552
background-position: center;
553553
content: "\00a0";
554554
margin: 0 6px 0 4px;
555555
padding: 0 3px 0 0;
556556
}
557557

558558
.gt-separated.dark li:before {
559-
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'><path fill='#727272' d='M6.7,4L5.7,4.9L8.8,8l-3.1,3.1L6.7,12l4-4L6.7,4z'/></svg>");
559+
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'><path fill='%23727272' d='M6.7,4L5.7,4.9L8.8,8l-3.1,3.1L6.7,12l4-4L6.7,4z'/></svg>");
560560
}
561561

562562
.gt-separated li:first-child:before {

0 commit comments

Comments
 (0)