2022-08-04 19:50:18 -05:00
|
|
|
body {
|
|
|
|
|
padding: 10px;
|
|
|
|
|
font-family: sans-serif;
|
|
|
|
|
}
|
2022-08-05 16:55:56 -05:00
|
|
|
|
|
|
|
|
.clickable, .closeIcon, .dispo {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
2022-08-16 16:46:14 -05:00
|
|
|
li.collection-item {
|
2022-08-23 13:41:21 -05:00
|
|
|
font-size: 20px;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
li.collection-item.addNew {
|
|
|
|
|
background-color: rgb(218, 218, 218);
|
|
|
|
|
color: #343434;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
li.collection-item:active {
|
|
|
|
|
background-color: #bebebe;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
strike {
|
|
|
|
|
text-decoration-thickness: 3px;
|
|
|
|
|
text-decoration-color: red;
|
2024-07-29 16:58:08 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.my-text {
|
|
|
|
|
font-size: 1.3em !important;
|
2022-08-15 18:07:39 -05:00
|
|
|
}
|