We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6987df commit db98332Copy full SHA for db98332
2 files changed
src/routes/+layout.svelte
@@ -53,3 +53,9 @@
53
</main>
54
55
<Footer text="Copyright © 2025-Present Hyper-Z11. All rights reserved." />
56
+
57
+<!--
58
+ Ghost element for register some classes to make
59
+ theme switcher works properly.
60
+-->
61
+<span class={["dark:bg-neutral-800", "dark:bg-neutral-900", "dark:text-white"].join(" ")}></span>
src/routes/about/+page.svelte
@@ -25,7 +25,7 @@
25
<Head {config} />
26
27
<section id="about">
28
- <img class="mx-auto w-1/3 rounded border-4 border-gray-700" src="/favicon.png" alt="Profile" />
+ <img class="mx-auto w-1/3 rounded border-4 border-neutral-600" src="/favicon.png" alt="Profile" />
29
<h2>About</h2>
30
<p class="**:inline">
31
Hello, i'm <b>Hyper-Z11</b> (he/him). The {yearsOld} years old beginner programmer. My real name is
0 commit comments