this repo has no description
0
fork

Configure Feed

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

Make code more saturated in blockquotes so its more visible

+6
+6
src/pages/blog/[id].astro
··· 88 88 </script> 89 89 90 90 <!-- post content styles --> 91 + <!-- TODO: REFACTOR --> 91 92 <style is:global> 92 93 blockquote { 93 94 --accent: #a8a8a8; ··· 164 165 background-color: #00000040; 165 166 padding: 0.2rem; 166 167 border-radius: 0.5rem; 168 + 169 + :is(blockquote) & { 170 + color: hsl(from var(--accent) h calc(s * 0.8) calc(l * 1.4)); 171 + background-color: #00000080; 172 + } 167 173 } 168 174 169 175 ul,