update-styling #4

Merged
arindy merged 5 commits from update-styling into main 2025-02-10 03:35:39 +01:00
Showing only changes of commit d548ae2ea0 - Show all commits

View File

@ -32,7 +32,7 @@
}
node.innerHTML = '<strong style="text-shadow: 2px 2px 10px ' + data.themeColor + ';">' + data.name + ':</strong> &#127922; ' + resultText
name.appendChild(node)
document.getElementById('results').appendChild(name);
document.getElementById('results').insertBefore(name, document.getElementById('results').firstChild);
})
</script>
</body>