|
|
@@ -27,7 +27,7 @@
|
|
|
<script>
|
|
|
$("#s-chat-plugin").ready(function () {
|
|
|
var head = $("#s-chat-plugin").contents().find("head");
|
|
|
- head.append($('<meta name="color-scheme" content="light dark">'));
|
|
|
+ head.append($('<meta name="color-scheme" content="dark">'));
|
|
|
head.append($('<style>textarea {color: black; background: white;}</style>'));
|
|
|
});
|
|
|
</script>
|