diff --git a/e-6.css b/e-6.css index 6bf4b4b..a84fca7 100644 --- a/e-6.css +++ b/e-6.css @@ -1,6 +1,12 @@ -.red{ +th.red{ color:red; } -.blue{ +th.blue{ + color:blue; +} +td.red{ + color:red; +} +td.blue{ color:blue; }