Fix invisible nag (missing --color-orange)

This commit is contained in:
infinite-persistence 2021-05-19 15:26:00 +08:00
parent e978de2944
commit 930c62ac8a
No known key found for this signature in database
GPG key ID: B9C3252EDC3D0AA0

View file

@ -32,6 +32,7 @@
--color-gray-9: #1f1f22;
--color-gray-10: #18181b;
--color-amber: #f26522;
--color-orange: #fb923c;
// Structure
--color-text: var(--color-black);