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; + } }