#week.work .day:last-child:after { content: " "; }
From @BastienHo
.education {
background: transparent;
border: inherit;
content: "book";
display: table;
}
.education.strict {
background: white;
border: grey 5px solid;
display: inline;
}
.education.lax {
background: pink;
border: none;
display: flex;
filter: blur(30%);
}
From @BastienHo
.yoga { align-self: stretch; }
From @andresgalante
.halloween > .poltergeist { visibility: visible; }
From @Matthias_Apsel
.pumpkin, .donald {
color: orange;
border: think;
content: "";
}
From @ramriot
.trump#hair { color: orange; }
From Edward
.foot > .mouth { visibility: hidden; }
From Sandra
#germany time[datetime="1989-11-09"] { border: 0; }
From mdss
.jail { empty-cells: show; }
From mdss
#moscow .big-theater { columns: 8; }
From mdss