Spaces:
Running
Running
File size: 323 Bytes
8cdd8e4 01b28b7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
.m5dd_list {
display: flex;
cursor: pointer;
font-size: 1.2em;
padding: 0.2em 0.5em;
}
.m5dd_list>span:nth-child(1) {
flex: 1;
}
.m5dd_list>span:nth-child(2) {
color: #aaa;
}
.m5dd_list:nth-child(even) {
background: #ecedf0;
}
.m5dd_list:not(.use)>span {
text-decoration: line-through;
color: #ccc;
}
|