diff --git a/global-styles.css b/global-styles.css index 2e0e595..43524b6 100644 --- a/global-styles.css +++ b/global-styles.css @@ -1,3 +1,13 @@ +ds-hero:not(:defined) { + display: inline-block; + height: 100vh; + opacity: 0; +} + +ds-button-link:not(:defined) { + opacity: 0; +} + :root { --primary: #846de9; --secondary: #24eaca;