change color to grey

This commit is contained in:
kevmodrome 2020-10-15 20:56:58 +02:00
parent 8804dc903e
commit e91d3ba283
1 changed files with 7 additions and 1 deletions

View File

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