Fork of Chiri for Astro for my blog
0
fork

Configure Feed

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

style(post): tweak list color

the3ash f1eaa50a bcf39e59

+2 -1
+2 -1
src/styles/post.css
··· 248 248 width: 1.5rem; 249 249 text-align: left; 250 250 color: var(--text-secondary); 251 + opacity: 0.75; 251 252 font-variant-numeric: tabular-nums; 252 253 font-feature-settings: 253 254 'tnum' 1, ··· 298 299 position: relative; 299 300 background: var(--code-bg); 300 301 border: 1.35px solid var(--text-tertiary); 301 - opacity: 0.75; 302 + opacity: 0.5; 302 303 } 303 304 304 305 .prose ul.contains-task-list li.task-list-item input[type='checkbox']:checked::before {