mirror of
https://github.com/apricote/ein-pfeil-am-rechten-fleck.de.git
synced 2026-02-08 02:37:01 +00:00
feat: new logo
This commit is contained in:
parent
ee0768c396
commit
67ad782558
4 changed files with 18 additions and 25 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
@layer base {
|
||||
html {
|
||||
@apply bg-cocoa-brown text-yellow-400 text-center;
|
||||
@apply bg-cocoa-brown text-yellow-300 text-center;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
3
src/lib/images/logo2.png
Normal file
3
src/lib/images/logo2.png
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:252ffdedbfb3b952c9c3b7f2b26a6bf4c9c35b3e47769b49b0c39cc44874ab81
|
||||
size 3582877
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
<script>
|
||||
import "../app.css";
|
||||
|
||||
import LogoImg from "$lib/images/logo.png?width=512&format=webp;png&srcset";
|
||||
import LogoImg from "$lib/images/logo2.png?width=512&format=webp;png&srcset";
|
||||
</script>
|
||||
|
||||
<header class="flex justify-center">
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
<div class="max-w-screen-md">
|
||||
<p class="font-vinque text-6xl mt-8">
|
||||
Ein <span class="text-[4rem] relative bottom-2">P</span>feil am rechten
|
||||
<span class="text-red-500"
|
||||
<span class="text-red"
|
||||
><span class="text-[4rem] relative bottom-2">F</span>leck</span
|
||||
>
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue