this repo has no description
0
fork

Configure Feed

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

green

+11 -11
+11 -11
index.html
··· 9 9 <link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;600&family=Roboto:wght@300;400;500&display=swap" rel="stylesheet"> 10 10 <style> 11 11 :root { 12 - --bg-color: #0f1419; 13 - --bg-alt-color: #171e24; 14 - --text-color: #e0e7ec; 15 - --text-muted: #8a9ba9; 12 + --bg-color: #0a170f; 13 + --bg-alt-color: #132018; 14 + --text-color: #e0ece5; 15 + --text-muted: #8aa99a; 16 16 --accent-color: #4dfa7b; 17 17 --accent-shadow: rgba(77, 250, 123, 0.3); 18 - --accent-alt: #0fe0e0; 19 - --border-color: #2c3840; 20 - --card-bg: #1a2127; 18 + --accent-alt: #4db380; 19 + --border-color: #2c4035; 20 + --card-bg: #152720; 21 21 --header-height: 50px; 22 22 } 23 23 ··· 99 99 } 100 100 101 101 .feed-item:hover { 102 - background-color: #202930; 102 + background-color: #1a3028; 103 103 } 104 104 105 105 .feed-item-row { ··· 169 169 line-height: 1.6; 170 170 display: none; 171 171 border-top: 1px solid var(--border-color); 172 - background-color: #1d252c; 172 + background-color: #1a2e24; 173 173 } 174 174 175 175 .feed-item-content img { ··· 181 181 182 182 .feed-item-content pre, .feed-item-content code { 183 183 font-family: 'JetBrains Mono', monospace; 184 - background-color: #1d272e; 184 + background-color: #183025; 185 185 border-radius: 4px; 186 186 padding: 0.2em 0.4em; 187 187 font-size: 0.9em; ··· 304 304 <section class="content"> 305 305 <div id="loading"> 306 306 <div class="loading-spinner"></div> 307 - <p class="loading-text">Decoding Signal...</p> 307 + <p class="loading-text">Growing Content...</p> 308 308 </div> 309 309 <div id="feed-items"></div> 310 310 </section>