fix(website): button hover, favicon

This commit is contained in:
OLIMINATOR 2023-04-08 14:21:07 +02:00
parent f25e3fdcd4
commit 222c9ed0ab
3 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 KiB

View file

@ -13,7 +13,7 @@ import { GoogleFontsOptimizer } from "astro-google-fonts-optimizer";
<meta name="title" content={CONFIG.name} />
<meta name="description" content={CONFIG.name} />
<!-- <link rel="icon" href={logoImage} type="image/png" sizes="64x64" /> -->
<link rel="icon" href="logo.png" type="image/png" sizes="64x64" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
@ -37,7 +37,7 @@ import { GoogleFontsOptimizer } from "astro-google-fonts-optimizer";
/>
<link rel="stylesheet" href="../src/assets/styles/base.css" />
</head>
<body class="font-body bg-dark">
<body class="bg-dark font-body">
<slot />
</body>
</html>

View file

@ -34,7 +34,7 @@ import Computer from "~/components/Computer.astro";
>
<a
href=""
class="broder-1 flex items-center justify-center gap-x-3 rounded-lg border border-[#fbc11a] bg-[#735d1d]/50 px-10 py-3 text-lg font-semibold text-white transition-colors hover:bg-[#373a54]"
class="broder-1 flex items-center justify-center gap-x-3 rounded-lg border border-[#fbc11a] bg-[#735d1d]/50 px-10 py-3 text-lg font-semibold text-white transition-colors hover:bg-[#735d1d]"
>
<Invite />
Invite</a