diff --git a/src/app/app.component.css b/src/app/app.component.css index aa06ec5..01fe19d 100644 --- a/src/app/app.component.css +++ b/src/app/app.component.css @@ -63,4 +63,21 @@ .materia { font-size: medium; font-weight: bold; +} + + +td.martedì { + background-color: #eeeeee; +} + +td.giovedì { + background-color: #eeeeee; +} + +th.martedì { + background-color: #eeeeee; +} + +th.giovedì { + background-color: #eeeeee; } \ No newline at end of file diff --git a/src/app/app.component.html b/src/app/app.component.html index a0cd3b0..f7eb460 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -65,7 +65,7 @@