1
0
Fork 0
mirror of synced 2024-10-01 01:28:51 +13:00

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

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>