1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-16 03:06:27 +00:00

Edit style

This commit is contained in:
asmsuechan
2017-07-07 18:06:08 +09:00
parent 96a020341d
commit d5f82943cf

View File

@@ -90,5 +90,10 @@
scriptEl.setAttribute('src', scriptUrl) scriptEl.setAttribute('src', scriptUrl)
document.body.appendChild(scriptEl) document.body.appendChild(scriptEl)
</script> </script>
<style>
.ace_search {
background-color: #d9d9d9;
}
</style>
</body> </body>
</html> </html>