mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 07:07:17 +01:00
Fix CSS. Updated pages.
This commit is contained in:
parent
0f12226401
commit
3720a5a2fc
12 changed files with 71 additions and 71 deletions
|
|
@ -4,20 +4,20 @@ import '@fontsource/inter/400.css';
|
|||
import '@fontsource/inter/700.css';
|
||||
import '@fontsource/inter/800.css';
|
||||
import 'react-basics/dist/styles.css';
|
||||
import 'styles/variables.css';
|
||||
import 'styles/locale.css';
|
||||
import 'styles/index.css';
|
||||
import 'styles/variables.css';
|
||||
|
||||
export default function RootLayout({ children }) {
|
||||
return (
|
||||
<html lang="en" data-scroll="0">
|
||||
<head>
|
||||
<link rel="icon" href={`favicon.ico`} />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href={`apple-touch-icon.png`} />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href={`favicon-32x32.png`} />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href={`favicon-16x16.png`} />
|
||||
<link rel="manifest" href={`site.webmanifest`} />
|
||||
<link rel="mask-icon" href={`safari-pinned-tab.svg`} color="#5bbad5" />
|
||||
<link rel="icon" href={`/favicon.ico`} />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href={`/apple-touch-icon.png`} />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href={`/favicon-32x32.png`} />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href={`/favicon-16x16.png`} />
|
||||
<link rel="manifest" href={`/site.webmanifest`} />
|
||||
<link rel="mask-icon" href={`/safari-pinned-tab.svg`} color="#5bbad5" />
|
||||
<meta name="msapplication-TileColor" content="#da532c" />
|
||||
<meta name="theme-color" content="#fafafa" media="(prefers-color-scheme: light)" />
|
||||
<meta name="theme-color" content="#2f2f2f" media="(prefers-color-scheme: dark)" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue