Replace #000 with black.

This commit is contained in:
voussoir 2021-06-04 20:47:54 -07:00
parent a697fabfff
commit 67619c506e
No known key found for this signature in database
GPG key ID: 5F7554F8C26DACCB

View file

@ -22,7 +22,7 @@
margin: 8px 0;
padding: 10px;
border-radius: 4px;
border: 1px solid #000;
border: 1px solid black;
}
.channel_card_pending
{