feat: update logo (#6979)

This commit is contained in:
David Luzar 2023-09-11 17:47:41 +02:00 committed by GitHub
parent 4a9adc703a
commit 5302490372
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
36 changed files with 230 additions and 64 deletions

View file

@ -126,6 +126,9 @@
--color-success: #268029;
--color-success-lighter: #cafccc;
--color-logo-icon: var(--color-primary);
--color-logo-text: #190064;
--border-radius-md: 0.375rem;
--border-radius-lg: 0.5rem;
@ -219,5 +222,7 @@
--color-muted-background-darker: var(--color-gray-20);
--color-promo: #d297ff;
--color-logo-text: #e2dfff;
}
}