Merge branch 'main' into main

This commit is contained in:
Lucas 2025-11-21 12:40:52 -08:00 committed by GitHub
commit e6843bc3e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -2461,7 +2461,7 @@ footer.webview-footer button {
transition: opacity 200ms ease;
}
.ck-content ul.todo-list li:has(input[type="checkbox"]:checked) span.todo-list__label__description {
.ck-content ul.todo-list li:has(> span.todo-list__label input[type="checkbox"]:checked) > span.todo-list__label span.todo-list__label__description {
text-decoration: line-through;
opacity: 0.6;
}

View File

@ -45,7 +45,7 @@
top: 3px;
inset-inline-start: 2px;
background-color: white;
color: black;
color: var(--light-theme-custom-color, black);
padding: 2px;
border-radius: 50%;
font-size: 17px;