Remove duplicates

This commit is contained in:
infinite-persistence 2021-05-18 20:11:37 +08:00
parent e6ac81c1b1
commit a6c87d83de
No known key found for this signature in database
GPG key ID: B9C3252EDC3D0AA0
2 changed files with 1 additions and 3 deletions

View file

@ -35,7 +35,6 @@
// Structure
--color-text: var(--color-black);
--color-text-subtitle: var(--color-gray-5);
--color-text-inverse: #fdfdfd;
--color-background: #fafafa;
--color-background--splash: #212529;

View file

@ -20,7 +20,7 @@
--color-text-warning: #212529;
--color-text-warning--background: var(--lbry-yellow-1);
--color-text-error: #f87171;
--color-error: var(--color-danger-alt);
--color-error: #61373f;
// Header
--color-header-background: var(--color-gray-8);
@ -110,7 +110,6 @@
--color-tab-divider: var(--color-white);
--color-modal-background: var(--color-card-background);
--color-notice: #58563b;
--color-error: #61373f;
--color-purchased: #ffd580;
--color-purchased-alt: var(--color-purchased);
--color-purchased-text: var(--color-gray-5);