🎨 Design & accessibility improvements

This commit is contained in:
pheralb
2024-04-21 00:35:02 +01:00
parent 3e9eb405cb
commit 8c19ea2cc5
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -46,7 +46,7 @@
<div class="flex items-center justify-between mx-auto">
<div class="flex items-center space-x-2">
<a href="/" aria-label="Go to the SVGL v4.1 home page">
<div class="flex items-center space-x-2 opacity-80 hover:opacity-100 transition-opacity">
<div class="flex items-center space-x-2 opacity-100 hover:opacity-80 transition-opacity">
<svelte:component this={Logo} />
<span class="text-[19px] font-medium tracking-wide hidden md:block">svgl</span>
<p class="text-neutral-400 hidden md:block font-mono">v4.2</p>
+1 -1
View File
@@ -43,7 +43,7 @@
</script>
<div
class="flex flex-col items-center justify-center rounded-md p-4 border border-neutral-200 dark:border-neutral-800 hover:bg-neutral-300/50 dark:hover:bg-neutral-800/20 transition-colors duration-100 group"
class="flex flex-col items-center justify-center rounded-md p-4 border border-neutral-200 dark:border-neutral-800 hover:bg-neutral-100/80 dark:hover:bg-neutral-800/20 transition-colors duration-100 group"
>
<!-- Image -->
{#if wordmarkSvg == true}