Ads component (#27)

* Ads component

* run lint
This commit is contained in:
Geometrically
2023-03-26 17:32:25 -07:00
committed by GitHub
parent 1ca3f6ef8a
commit be5df46803
8 changed files with 280 additions and 457 deletions

View File

@@ -34,6 +34,9 @@ html {
--color-purple: #8e32f3;
--color-gray: #595b61;
--color-ad: #d6e6f9;
--color-ad-raised: #b1c8e4;
--color-brand: var(--color-green);
--color-brand-highlight: rgba(0, 175, 92, 0.25);
--color-brand-shadow: rgba(0, 175, 92, 0.7);
@@ -69,6 +72,9 @@ html {
--color-purple: #c78aff;
--color-gray: #9fa4b3;
--color-ad: #1f324a;
--color-ad-raised: #2e4057;
--color-brand: var(--color-green);
--color-brand-highlight: rgba(27, 217, 106, 0.25);
--color-brand-shadow: rgba(27, 217, 106, 0.7);