this repo has no description
0
fork

Configure Feed

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

More gradients for headers

+6
+6
src/app.css
··· 79 79 position: sticky; 80 80 top: 0; 81 81 background-color: var(--bg-blur-color); 82 + background-image: linear-gradient(to bottom, var(--bg-color), transparent); 82 83 backdrop-filter: saturate(180%) blur(20px); 83 84 border-bottom: 1px solid var(--divider-color); 84 85 z-index: 1; ··· 792 793 min-height: 6em; 793 794 border-bottom: 0; 794 795 background-color: var(--bg-faded-blur-color); 796 + background-image: linear-gradient( 797 + to bottom, 798 + var(--bg-faded-color), 799 + transparent 50% 800 + ); 795 801 border-bottom: 0; 796 802 mask-image: linear-gradient( 797 803 rgba(0, 0, 0, 1) 50%,