this repo has no description
0
fork

Configure Feed

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

Subtle text shadowing

+3
+3
src/app.css
··· 2191 2191 .timeline-deck > header[hidden] { 2192 2192 transform: translate3d(0, calc((100% + var(--margin-top)) * -1), 0); 2193 2193 } 2194 + .deck > header { 2195 + text-shadow: 0 1px var(--bg-color); 2196 + } 2194 2197 .deck > header h1 { 2195 2198 font-size: 1.5em; 2196 2199 }