Fix message color.

This commit is contained in:
Dermot Duffy
2022-06-06 21:12:50 -07:00
parent b2a9ab7d84
commit 824612357a
+2
View File
@@ -7,6 +7,8 @@
user-select: text; user-select: text;
// Safari only has prefixed support. // Safari only has prefixed support.
-webkit-user-select: text; -webkit-user-select: text;
color: var(--primary-text-color);
} }
div.wrapper { div.wrapper {