dbb27dae3f1cc51ac1fb42d1fb16e667debfd908
[redakcja.git] /
1 .light {
2   color: green;
3 }
4 .see-the {
5   color: orange;
6 }
7 .hide-the {
8   color: green;
9 }
10 .multiple-conditions-1 {
11   color: red;
12 }
13 .inheritance .test {
14   color: black;
15 }
16 .inheritance:hover {
17   color: pink;
18 }