mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-26 23:49:59 -07:00
darker links
This commit is contained in:
@@ -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}>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user