change color to grey

This commit is contained in:
kevmodrome 2020-10-15 20:56:58 +02:00
parent db2946d360
commit 3c22405e1c
No known key found for this signature in database
GPG Key ID: E8F9CD141E63BF38
1 changed files with 7 additions and 1 deletions

View File

@ -3,4 +3,10 @@
export let url
</script>
<a href={url}><Icon name="view" /></a>
<a href={url}><Icon name="view" /></a>
<style>
a {
color: var(--grey-6)
}
</style>