this repo has no description
0
fork

Configure Feed

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

Fix text shadows applied to search popover

+4
+4
src/app.css
··· 2229 2229 } 2230 2230 .deck > header { 2231 2231 text-shadow: 0 1px var(--bg-color); 2232 + 2233 + form { 2234 + text-shadow: none; 2235 + } 2232 2236 } 2233 2237 .deck > header h1 { 2234 2238 font-size: 1.5em;