mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Updating the main color and favicons
This commit is contained in:
parent
a3da5f1e6e
commit
7bf53b4008
@ -7,7 +7,12 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/icon-16x16.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/icon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="64x64" href="/icon-64x64.png">
|
||||
<link rel="icon" type="image/png" sizes="128x128" href="/icon-128x128.png">
|
||||
<link rel="icon" type="image/png" sizes="256x256" href="/icon-256x256.png">
|
||||
</head>
|
||||
<body>
|
||||
<app-root></app-root>
|
||||
|
@ -8,7 +8,7 @@
|
||||
$theme-colors: (
|
||||
"primary": #0a1128,
|
||||
"secondary": #000000,
|
||||
"accentColor": #e23c00,
|
||||
"accentColor": #e13e13,
|
||||
"textPrimary": #ffffff
|
||||
);
|
||||
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 15 KiB |
Loading…
x
Reference in New Issue
Block a user