Change live animation color from purple to black

This commit is contained in:
Andrew Kingston 2020-10-07 11:37:55 +01:00
parent 97e9883d85
commit 4bcc50ee85
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
color: var(--grey-6);
}
i.live {
color: var(--purple);
color: var(--ink);
}
li {