Fork of Chiri for Astro for my blog
0
fork

Configure Feed

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

fix: patch transition glitch in dark mode

the3ash af506f96 39d37366

+2 -2
+2 -2
src/styles/global.css
··· 98 98 } 99 99 100 100 html { 101 + background-color: var(--bg); 102 + scroll-behavior: smooth; 101 103 scrollbar-gutter: stable; 102 104 overscroll-behavior-y: contain; 103 105 -webkit-overflow-scrolling: touch; 104 - scroll-behavior: smooth; 105 106 } 106 107 107 108 body { 108 - background-color: var(--bg); 109 109 font-family: var(--font-sans); 110 110 font-feature-settings: 'ss03' 1; 111 111 font-size: var(--font-size-m);