Fork of Chiri for Astro for my blog
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: tweak checkbox bg color & clean up

the3ash 82dd19c0 eb4009ba

+2 -9
-7
src/components/layout/TransitionWrapper.astro
··· 28 28 } 29 29 } 30 30 31 - html.astro-backward::view-transition-old(*), 32 - html.astro-backward::view-transition-new(*), 33 - html.astro-forward::view-transition-old(*), 34 - html.astro-forward::view-transition-new(*) { 35 - animation-name: none !important; 36 - } 37 - 38 31 @keyframes fade-out { 39 32 0% { 40 33 opacity: 1;
+2 -2
src/styles/post.css
··· 321 321 position: relative; 322 322 background: var(--code-bg); 323 323 border: 1.35px solid var(--text-tertiary); 324 - opacity: 0.5; 324 + opacity: 0.75; 325 325 } 326 326 327 327 .prose ul.contains-task-list li.task-list-item input[type='checkbox']:checked::before { 328 328 content: '✓'; 329 329 font-family: var(--sans); 330 330 color: var(--text-primary); 331 - opacity: 0.75; 331 + opacity: 0.6; 332 332 font-weight: var(--font-weight-bold); 333 333 position: absolute; 334 334 left: 0.15em;