diff --git a/components/step.js b/components/step.js index 65f607b..a68eff0 100644 --- a/components/step.js +++ b/components/step.js @@ -174,7 +174,6 @@ class StepTextLink extends BaseStepElement { a:hover { font-weight: var(--font-weight-bold); text-decoration: underline 3px; - transition: 200ms; } a:active { color: var(--primary); diff --git a/global-styles.css b/global-styles.css index 89a0004..5bc4514 100644 --- a/global-styles.css +++ b/global-styles.css @@ -48,6 +48,7 @@ a:visited { a:hover { color: inherit; text-decoration: none; + transition: 200ms; } a:active { @@ -58,6 +59,10 @@ a:focus { outline: none; } +button:hover { + transition: 200ms; +} + h1, h2, h3,