diff --git a/src/components/get-started/get-started.js b/src/components/get-started/get-started.js index d16a5567..691d22a6 100644 --- a/src/components/get-started/get-started.js +++ b/src/components/get-started/get-started.js @@ -15,12 +15,11 @@ export default class GetStarted extends HTMLElement {
diff --git a/src/components/get-started/get-started.module.css b/src/components/get-started/get-started.module.css index 682c0dcf..2a21ada1 100644 --- a/src/components/get-started/get-started.module.css +++ b/src/components/get-started/get-started.module.css @@ -36,7 +36,7 @@ vertical-align: middle; } -.buttonBlitz { +.buttonSecondary { display: inline-block; border-radius: var(--radius-3); border: var(--border-size-1) solid var(--color-white); @@ -49,7 +49,7 @@ text-decoration: none; } -.buttonStarted { +.buttonPrimary { display: inline-block; border-radius: var(--radius-3); padding: var(--size-fluid-1) var(--size-fluid-2); @@ -62,15 +62,15 @@ text-decoration: none; } -.buttonBlitz:hover, -.buttonBlitz:focus { +.buttonSecondary:hover, +.buttonSecondary:focus { background-color: var(--color-gray); text-decoration: none; color: var(--color-black) !important; } -.buttonStarted:hover, -.buttonStarted:focus { +.buttonPrimary:hover, +.buttonPrimary:focus { background-color: var(--color-accent); text-decoration: none; color: var(--color-black) !important; diff --git a/src/components/hero-banner/hero-banner.js b/src/components/hero-banner/hero-banner.js index 190252de..50bde3fe 100644 --- a/src/components/hero-banner/hero-banner.js +++ b/src/components/hero-banner/hero-banner.js @@ -12,12 +12,11 @@ export default class HeroBanner extends HTMLElement {Greenwood is your workbench for the web, embracing web standards from the ground up to empower your stack from front to back.