This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="description" content="Software development team" />
|
||||
<link rel="icon" type="image/png" href="/images/favicon.png" sizes="96x96" />
|
||||
<link rel="preload" as="image" href="/images/blue-nebula.png" />
|
||||
<link rel="stylesheet" href="/global.css" />
|
||||
<link rel="icon" type="image/png" href="/favicon.png" sizes="96x96" />
|
||||
<link rel="preload" as="image" href="/images/bluenebula.webp" />
|
||||
%sveltekit.head%
|
||||
</head>
|
||||
<body data-sveltekit-preload-data="hover">
|
||||
|
@@ -11,7 +11,7 @@
|
||||
.overlay {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background-image: url("/images/bluenebula.webp");
|
||||
background-image: url("/images/blue-nebula.png");
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
min-height: 200px;
|
||||
|
Reference in New Issue
Block a user