|
1 | 1 | <!-- fluid · favicon + meta head snippet --> |
2 | 2 | <!-- Drop into <head>. Adjust the /assets/ prefix if you serve from a different path. --> |
3 | 3 |
|
4 | | -<!-- Favicon --> |
| 4 | +<!-- Favicon — uses the DARK-background variant so the mark stays visible on light browser chrome --> |
5 | 5 | <link rel="icon" href="/assets/fluid-favicon.ico" sizes="any"> |
6 | | -<link rel="icon" type="image/svg+xml" href="/assets/fluid-logo.svg"> |
| 6 | +<link rel="icon" type="image/svg+xml" href="/assets/fluid-logo-dark.svg"> |
7 | 7 |
|
8 | | -<!-- PNG fallbacks --> |
9 | | -<link rel="icon" type="image/png" sizes="16x16" href="/assets/png/fluid-logo-16.png"> |
10 | | -<link rel="icon" type="image/png" sizes="32x32" href="/assets/png/fluid-logo-32.png"> |
11 | | -<link rel="icon" type="image/png" sizes="48x48" href="/assets/png/fluid-logo-48.png"> |
12 | | -<link rel="icon" type="image/png" sizes="64x64" href="/assets/png/fluid-logo-64.png"> |
13 | | -<link rel="icon" type="image/png" sizes="128x128" href="/assets/png/fluid-logo-128.png"> |
14 | | -<link rel="icon" type="image/png" sizes="256x256" href="/assets/png/fluid-logo-256.png"> |
| 8 | +<!-- PNG fallbacks (dark-bg) --> |
| 9 | +<link rel="icon" type="image/png" sizes="16x16" href="/assets/png/fluid-logo-dark-16.png"> |
| 10 | +<link rel="icon" type="image/png" sizes="32x32" href="/assets/png/fluid-logo-dark-32.png"> |
| 11 | +<link rel="icon" type="image/png" sizes="48x48" href="/assets/png/fluid-logo-dark-48.png"> |
| 12 | +<link rel="icon" type="image/png" sizes="64x64" href="/assets/png/fluid-logo-dark-64.png"> |
| 13 | +<link rel="icon" type="image/png" sizes="128x128" href="/assets/png/fluid-logo-dark-128.png"> |
| 14 | +<link rel="icon" type="image/png" sizes="256x256" href="/assets/png/fluid-logo-dark-256.png"> |
15 | 15 |
|
16 | 16 | <!-- Apple touch icons --> |
17 | | -<link rel="apple-touch-icon" sizes="180x180" href="/assets/png/fluid-logo-light-256.png"> |
18 | | -<link rel="apple-touch-icon" sizes="512x512" href="/assets/png/fluid-logo-light-512.png"> |
| 17 | +<link rel="apple-touch-icon" sizes="180x180" href="/assets/png/fluid-logo-dark-256.png"> |
| 18 | +<link rel="apple-touch-icon" sizes="512x512" href="/assets/png/fluid-logo-dark-512.png"> |
19 | 19 |
|
20 | 20 | <!-- PWA manifest --> |
21 | 21 | <link rel="manifest" href="/assets/fluid-manifest.json"> |
|
0 commit comments