1
0
Fork 0
mirror of synced 2024-07-11 09:15:48 +12:00

change color to grey

This commit is contained in:
kevmodrome 2020-10-15 20:56:58 +02:00
parent 8804dc903e
commit e91d3ba283

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>