[READ-ONLY] Mirror of https://github.com/probablykasper/kadium. App for staying ontop of YouTube channels' uploads kadium.kasper.space
linux macos notifications tauri windows youtube
0

Configure Feed

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

fix: theme (#18)

authored by

Willow (GHOST) and committed by
GitHub
(Aug 31, 2025, 12:54 AM +0200) 7e1484f2 9506a7f0

+1 -21
+1 -2
website/src/app.html
··· 7 7 <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" /> 8 8 <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" /> 9 9 <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" /> 10 - <link rel="manifest" href="/site.webmanifest" /> 11 10 <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#2055e5" /> 12 11 <meta name="msapplication-TileColor" content="#061a3c" /> 13 - <meta name="theme-color" content="#ffffff" /> 12 + <meta name="theme-color" content="#061a3c" /> 14 13 15 14 %sveltekit.head% 16 15 </head>
-19
website/static/site.webmanifest
··· 1 - { 2 - "name": "", 3 - "short_name": "", 4 - "icons": [ 5 - { 6 - "src": "/android-chrome-192x192.png", 7 - "sizes": "192x192", 8 - "type": "image/png" 9 - }, 10 - { 11 - "src": "/android-chrome-512x512.png", 12 - "sizes": "512x512", 13 - "type": "image/png" 14 - } 15 - ], 16 - "theme_color": "#ffffff", 17 - "background_color": "#ffffff", 18 - "display": "standalone" 19 - }