From 774346e67d495934a5fb341b61cb0fb1c81961f2 Mon Sep 17 00:00:00 2001 From: curben <2809763-curben@users.noreply.gitlab.com> Date: Thu, 17 Oct 2019 12:10:01 +0100 Subject: [PATCH] fix(css): set table heading colours --- themes/chameleon/source/css/typing.css | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/themes/chameleon/source/css/typing.css b/themes/chameleon/source/css/typing.css index 64a4410..ebd331f 100644 --- a/themes/chameleon/source/css/typing.css +++ b/themes/chameleon/source/css/typing.css @@ -172,12 +172,7 @@ th { table th, th { - background: #fbfbfb; -} - -table thead th, -thead th { - background: #f1f1f1; + background: #333; } em, @@ -842,7 +837,9 @@ svg#link { code, kbd, pre, - samp { + samp, + table th, + th { background: #333; } @@ -874,7 +871,9 @@ svg#link { code, kbd, pre, - samp { + samp, + table th, + th { background: #d8d8d8; } @@ -890,4 +889,9 @@ svg#link { background: #333; color: #f1f1f1; } + + table th, + th { + color: #333; + } }