Compare commits

...

2 Commits

View File

@ -58,29 +58,58 @@
position: sticky;
top: 0;
}
th.Ones.Lark {
background-color: hsl(0, 80%, 50%);
th.Ones {
background-color: hsl(27, 99%, 59%);
}
td.Ones.Lark {
background-color: hsl(0, 90%, 70%);
td.Ones {
background-color: hsl(27, 99%, 85%);
}
th.Ones.Robin {
background-color: hsl(39, 80%, 50%);
th.Twos {
background-color: hsl(249, 42%, 57%);
}
td.Ones.Robin {
background-color: hsl(39, 90%, 70%);
td.Twos {
background-color: hsl(249, 52%, 85%);
}
th.Twos.Lark {
background-color: hsl(240, 70%, 65%);
th.Lark::before {
content: "◠";
text-decoration: line-through;
padding-right: 1ex;
}
td.Twos.Lark {
background-color: hsl(240, 90%, 80%);
th.Robin::before {
content: "△";
padding-right: 1ex;
}
th.Twos.Robin {
background-color: hsl(180, 80%, 50%);
td.Lark.Ones {
background:
radial-gradient(circle at bottom left, hsl(27, 99%, 75%) 15%, transparent 16%),
radial-gradient(circle at bottom right, hsl(27, 99%, 75%) 15%, transparent 16%),
hsl(27, 99%, 85%);
background-size: 6em 3em;
}
td.Twos.Robin {
background-color: hsl(180, 90%, 70%);
td.Lark.Twos {
background:
radial-gradient(circle at bottom left, hsl(249, 42%, 75%) 15%, transparent 16%),
radial-gradient(circle at bottom right,hsl(249, 42%, 75%) 15%, transparent 16%),
hsl(249, 52%, 85%);
background-size: 6em 3em;
}
td.Robin.Ones {
background:
linear-gradient(45deg,hsl(27, 99%, 75%) 10%, transparent 10%),
linear-gradient(135deg, transparent 90%,hsl(27, 99%, 75%) 90%),
hsl(27, 99%, 85%);
background-size: 6em 3em;
}
td.Robin.Twos {
background:
linear-gradient(45deg,hsl(249, 42%, 75%) 10%, transparent 10%),
linear-gradient(135deg, transparent 90%,hsl(249, 42%, 75%) 90%),
hsl(249, 52%, 85%);
background-size: 6em 3em;
}
.move {