forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-02-27 21:47:05 +02:00
parent fe565cd032
commit 755a1afb75
1 changed files with 1 additions and 1 deletions

View File

@ -925,7 +925,7 @@
var style = document.createElement('style');
style.innerHTML = `#post-text,.comment-text{background-image:url("data:image/svg+xml;base64,${base64Mark}")}`;
document.createNode(style);
document.getElementsByTagName('head')[0].appendChild(style);
</script>
{% endif %}