mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +00:00
feat(web): set Safari window colors (#1543)
* feat(web): update meta-theme color - used by Safari for its colored compact tab bar * fix: hardcode the colors
This commit is contained in:
parent
8120c33f6b
commit
190994c70b
2 changed files with 18 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#141415" />
|
||||
<meta name="theme-color" content="#18181B">
|
||||
<meta name="description" content="autobrr" />
|
||||
<link rel="preload" href="/Inter-Variable.woff2" as="font" type="font/woff2" crossorigin="use-credentials">
|
||||
<link rel="apple-touch-icon" href="/logo192.png" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue