.widget-type-to-do {
    background-color: rgba(88, 2, 88, 0.63);
    border-radius: 5px;
    padding-top: 9px;
}
.widget-type-to-do .widget-content {
    background-color: rgba(88, 2, 88, 0.63);
}
.bookmarks-group li {
    text-decoration-line: underline;
    text-decoration-color: rgb(177, 77, 142);
}