Change live animation color from purple to black

This commit is contained in:
Andrew Kingston 2020-10-07 11:37:55 +01:00
parent 6c3aeac69a
commit 51f67ae99b
1 changed files with 1 additions and 1 deletions

View File

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