Browse Source

added classes for server messages

Sergey Lyubka 15 năm trước cách đây
mục cha
commit
cbe56b5555
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      examples/html/style.css

+ 8 - 0
examples/html/style.css

@@ -64,6 +64,14 @@ body {
   margin-left: 0.5em;
 }
 
+.message-user-server {
+  color: purple;
+}
+
+.message-text-server {
+  font-style: italic;
+}
+
 .main {
   padding: 0.5em;
   background: #e0ecff;