Skip to content
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,5 @@ scripts/verify-*.js
# AI editor config
.claude/
.cursor/
.cursor-optional/
.intent/
5 changes: 3 additions & 2 deletions src/components/Checklist.astro
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ const { checklistKey, title } = Astro.props;
display: grid;
grid-template-columns: 1.5rem 1fr;
gap: 0.5rem;
align-items: baseline;
align-items: flex-start;
position: relative;
padding: 0.5rem;
padding: 0.2rem .5rem;
border-radius: 0.25rem;
cursor: pointer;
color: var(--sl-color-gray-2);
Expand All @@ -75,6 +75,7 @@ const { checklistKey, title } = Astro.props;
margin: 0;
cursor: pointer;
transition: all 0.2s ease;
margin-top: 0.175rem;
}

check-list :global(input[type='checkbox']:focus-visible) {
Expand Down
Loading
Loading