diff --git a/web/chatPageTemplate.html b/web/chatPageTemplate.html index 665d551..79afbff 100644 --- a/web/chatPageTemplate.html +++ b/web/chatPageTemplate.html @@ -1,33 +1,38 @@ - - - - -
- |content| -
- + .line0 { + background-color: #edebfa; + } + + .line1 { + background-color: #e3e1fa; + } + + + +
+ |content| +
+ \ No newline at end of file