diff --git a/main.css b/main.css index 48a9e4d..51210a2 100644 --- a/main.css +++ b/main.css @@ -15,12 +15,12 @@ background: blue; color: white; } - table, th, td - .sun{background:green;} - .mon{background:pink;} - .tue{background:orange;} - .wed{background:Turquoise;} - .thu{background:moroon;} - .fri{background:yellow;} - .sat{background:blue;} + + th.sun{background:green;} + th.mon{background:pink;} + th.tue{background:orange;} + th.wed{background:Turquoise;} + th.thu{background:moroon;} + th.fri{background:yellow;} + th.sat{background:blue;}