mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-07-19 22:38:09 -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}>
|
||||
|
||||
Reference in New Issue
Block a user