Skip to content
Snippets Groups Projects
Commit fddd5c55 authored by sp8c3's avatar sp8c3 Committed by derf
Browse files

change apple-touch-icon to non transparent

parent eddd3a06
No related branches found
No related tags found
No related merge requests found
Showing
with 5 additions and 4 deletions
public/static/icons/touch-icon-120x120.png

2.7 KiB

public/static/icons/touch-icon-128x128.png

2.79 KiB

public/static/icons/touch-icon-144x144.png

3.01 KiB

public/static/icons/touch-icon-152x152.png

3.17 KiB

public/static/icons/touch-icon-167x167.png

3.35 KiB

public/static/icons/touch-icon-16x16.png

870 B

public/static/icons/touch-icon-180x180.png

3.63 KiB

public/static/icons/touch-icon-192x192.png

3.8 KiB

public/static/icons/touch-icon-256x256.png

4.8 KiB

public/static/icons/touch-icon-32x32.png

1.2 KiB

public/static/icons/touch-icon-512x512.png

9.24 KiB

public/static/icons/touch-icon-96x96.png

2.26 KiB

<svg viewBox="0 0 180 180" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path style="fill:none" d="M0 0h180v180H0z"/><path style="fill:#673ab7" d="M0 0h162v172H0z" transform="scale(1.11111 1.04651)"/><path d="M8.427 1.305c-3.062 0-6.123.383-6.123 3.061v7.271a2.682 2.682 0 0 0 2.679 2.679l-1.148 1.148v.383h1.706l1.531-1.531h2.885l1.531 1.531h1.531v-.383l-1.148-1.148a2.681 2.681 0 0 0 2.678-2.679V4.366c0-2.678-2.74-3.061-6.122-3.061Zm-3.444 11.48a1.146 1.146 0 0 1-1.148-1.148c0-.635.512-1.148 1.148-1.148a1.147 1.147 0 1 1 0 2.296Zm2.678-5.357H3.835V4.366h3.826v3.062Zm1.531 0V4.366h3.827v3.062H9.192Zm2.679 5.357a1.146 1.146 0 0 1-1.148-1.148c0-.635.512-1.148 1.148-1.148a1.147 1.147 0 1 1 0 2.296ZM13.209 20.997l-3.591-3.59-1.222 1.214 4.813 4.813 10.332-10.332-1.214-1.214-9.118 9.109Z" style="fill:#fff;fill-rule:nonzero" transform="translate(4.812 8.457) scale(6.59229)"/></svg>
\ No newline at end of file
......@@ -17,10 +17,10 @@
<link rel="icon" type="image/png" href="/static/<%= $av %>/icons/icon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/static/<%= $av %>/icons/icon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/static/<%= $av %>/icons/icon-96x96.png" sizes="96x96">
<link rel="apple-touch-icon" href="/static/<%= $av %>/icons/icon-120x120.png">
<link rel="apple-touch-icon" sizes="180x180" href="/static/<%= $av %>/icons/icon-180x180.png">
<link rel="apple-touch-icon" sizes="152x152" href="/static/<%= $av %>/icons/icon-152x152.png">
<link rel="apple-touch-icon" sizes="167x167" href="/static/<%= $av %>/icons/icon-167x167.png">
<link rel="apple-touch-icon" href="/static/<%= $av %>/icons/touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="180x180" href="/static/<%= $av %>/icons/touch-icon-180x180.png">
<link rel="apple-touch-icon" sizes="152x152" href="/static/<%= $av %>/icons/touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="167x167" href="/static/<%= $av %>/icons/touch-icon-167x167.png">
<link rel="manifest" href="/static/<%= $av %>/manifest.json">
% if (session('theme') and session('theme') eq 'dark') {
%= stylesheet "/static/${av}/css/dark.min.css", id => 'theme'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment