Skip to content

Commit 1b7c983

Browse files
committed
Fix Safari favicon white border with transparent background
Remove dark background from favicon SVG/ICO/PNG so it blends with Safari's tab bar instead of showing a bordered dark box. Keep dark background only on apple-touch-icon for iOS home screen. Add mask-icon for Safari pinned tabs.
1 parent 0678c2d commit 1b7c983

8 files changed

Lines changed: 5 additions & 1 deletion

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "claude-plugin"]
2+
path = claude-plugin
3+
url = git@github.com:network-output/no-skills.git

claude-plugin

Submodule claude-plugin added at dfa91d4

docs/apple-touch-icon.png

-1.32 KB
Loading

docs/favicon-16.png

-497 Bytes
Loading

docs/favicon-32.png

-1.87 KB
Loading

docs/favicon.ico

-1.75 KB
Binary file not shown.

docs/favicon.svg

Lines changed: 0 additions & 1 deletion
Loading

docs/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16.png">
1111
<link rel="icon" type="image/svg+xml" href="favicon.svg">
1212
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
13+
<link rel="mask-icon" href="favicon.svg" color="#00ff88">
1314
<link rel="canonical" href="https://network-output.com/">
1415
<meta name="theme-color" content="#0a0a0f">
1516
<meta name="keywords" content="cli, networking, http, websocket, tcp, udp, mqtt, sse, dns, ping, whois, json, terminal, rust, curl alternative, httpie alternative, command line, network tool">

0 commit comments

Comments
 (0)