From 87eb7db7edac63fb82f0f144d08a12c409609800 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 11 Feb 2022 14:52:28 +0100 Subject: Add explicit thead/tbody/tfoot tags to tables. --- views/chat.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'views/chat.pug') 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 -- cgit v1.2.3