darker links

This commit is contained in:
Cooper Quintin
2025-04-22 16:37:35 -07:00
parent 934e0d70d8
commit 63b07b83f5
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@
return finished && report_available;
})
let button_class = $derived(ready ? "text-blue-400 underline" : '');
let button_class = $derived(ready ? "text-blue-600 underline" : '');
</script>
<button class={button_class} disabled={!ready} {onclick}>

View File

@@ -9,7 +9,7 @@
}
</script>
<button class="text-blue-400 flex flex-row underline" onclick={download}>
<button class="text-blue-600 flex flex-row underline" onclick={download}>
{text} <svg class="fill-current w-4 h-4 m-1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
<path d="M13 8V2H7v6H2l8 8 8-8h-5zM0 18h20v2H0v-2z"/>
</svg>