style
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
on:click={theme.toggleTheme}
|
on:click={theme.toggleTheme}
|
||||||
class="hover:text-primary ml-2"
|
class="hover:text-secondary ml-2"
|
||||||
aria-live="polite"
|
aria-live="polite"
|
||||||
>
|
>
|
||||||
<ThemeToggleIcon class="w-8" />
|
<ThemeToggleIcon class="w-8" />
|
||||||
@@ -24,21 +24,21 @@
|
|||||||
<a
|
<a
|
||||||
target="_blank"
|
target="_blank"
|
||||||
href="https://github.com/Fractal-Tess/Svelte-Tauri"
|
href="https://github.com/Fractal-Tess/Svelte-Tauri"
|
||||||
class="hover:text-primary flex items-center"
|
class="hover:text-secondary flex items-center"
|
||||||
>
|
>
|
||||||
<Fa icon={faGithub} size="lg" />
|
<Fa icon={faGithub} size="lg" />
|
||||||
</a>
|
</a>
|
||||||
<button
|
<button
|
||||||
on:click={appWindow.minimize}
|
on:click={appWindow.minimize}
|
||||||
aria-live="polite"
|
aria-live="polite"
|
||||||
class="text-xl hover:text-primary"
|
class="text-xl hover:text-secondary"
|
||||||
>
|
>
|
||||||
<Fa icon={faWindowMinimize} />
|
<Fa icon={faWindowMinimize} />
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
on:click={appWindow.close}
|
on:click={appWindow.close}
|
||||||
aria-live="polite"
|
aria-live="polite"
|
||||||
class="text-2xl hover:text-primary"
|
class="text-2xl hover:text-secondary"
|
||||||
>
|
>
|
||||||
<Fa icon={faXmark} />
|
<Fa icon={faXmark} />
|
||||||
</button>
|
</button>
|
||||||
|
Reference in New Issue
Block a user