The Idea is that i want to have a Table with 2 rows with color green, then 2 with color yellow, then again with the color green etc, etc. I tried to use :nth-child but it doesn't realy work. I use angular 6 for a automated table and angular material 6 for styling.
Here is the stackblitz I used to experiment on this : https://stackblitz.com/edit/angular-f6vmrt
On request: the screenshot of the Browser;
As you can see the 1st td is blue, while the second is default color (white)