Fork of Chiri for Astro for my blog
6
fork

Configure Feed

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

style: fix bg-color & mask transition

the3ash 965c0524 4fb62558

+2 -2
+1 -1
src/components/ui/GradientMask.astro
··· 35 35 mask-image: linear-gradient(to bottom, black 0%, transparent 100%); 36 36 -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 100%); 37 37 opacity: 0; 38 - transition: opacity 0.2s ease-out; 38 + transition: background-color 0.2s ease-out; 39 39 } 40 40 </style>
+1 -1
src/styles/global.css
··· 101 101 scrollbar-gutter: stable; 102 102 overscroll-behavior-y: contain; 103 103 -webkit-overflow-scrolling: touch; 104 + transition: background-color 0.2s ease-out; 104 105 } 105 106 106 107 body { ··· 122 123 letter-spacing: var(--spacing-m); 123 124 padding: 6rem 1.5rem 1.5rem 1.5rem; 124 125 overscroll-behavior-y: contain; 125 - transition: background-color 0.2s ease-out; 126 126 } 127 127 128 128 @media (max-width: 768px) {