We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55e7b6b commit 2899396Copy full SHA for 2899396
css/index.css
@@ -507,7 +507,7 @@ span.rank {
507
text-align: center;
508
width: 30px;
509
height: 30px;
510
- background-image: url("/img/comment.svg");
+ background-image: url("../img/comment.svg");
511
background-size: 100% 100%;
512
background-repeat: no-repeat;
513
padding: 2px;
css/index.styl
@@ -577,7 +577,7 @@ span.rank
577
text-align: center
578
width: 30px
579
height: 30px
580
- background-image: url('/img/comment.svg')
+ background-image: url('../img/comment.svg')
581
background-size: 100% 100%
582
background-repeat: no-repeat
583
padding: 2px
0 commit comments