diff --git a/static/css/custom.css b/static/css/custom.css index 6136077..ceac7e2 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -181,7 +181,6 @@ body.colorscheme-dark .avatar img { } .cheat-october-list + ul > li > p:first-child::before { - /* list-style-image: url(/images/logos/october-icon.png); */ content: ""; position: absolute; display: block; @@ -191,5 +190,5 @@ body.colorscheme-dark .avatar img { right: 0; background-size: contain; background-repeat: no-repeat; - background-image: url(/images/logos/october-icon.png); + background-image: url(../images/logos/october-icon.png); }