TheoLvs commited on
Commit
a0e3ddf
1 Parent(s): bdbbf78

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +14 -1
style.css CHANGED
@@ -34,4 +34,17 @@
34
  margin-right: 5px;
35
  }
36
 
37
- .gr-box {border-color: #d6c37c}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  margin-right: 5px;
35
  }
36
 
37
+ .gr-box {border-color: #d6c37c}
38
+
39
+ #hidden-message{
40
+ display:none;
41
+ }
42
+
43
+ .message.user{
44
+ border-color:#53bcd4 !important;
45
+ background-color: #daf1f6 !important;
46
+ }
47
+
48
+ .message{
49
+ font-size:14px !important;
50
+ }