summaryrefslogtreecommitdiff
path: root/views/chat.pug
diff options
context:
space:
mode:
Diffstat (limited to 'views/chat.pug')
-rw-r--r--views/chat.pug4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/chat.pug b/views/chat.pug
index dfe6f25..15d99df 100644
--- a/views/chat.pug
+++ b/views/chat.pug
@@ -12,8 +12,8 @@ html
table { border: 1px solid black; }
td { border: none; }
td a { text-decoration: none; color: black; }
- tr { background-color: white; }
- tr.me { background-color: aliceblue; }
+ tbody tr { background-color: white !important; }
+ tbody tr.me { background-color: aliceblue !important; }
body
include header
article