diff --git a/components/KeyArtStage.vue b/components/KeyArtStage.vue index ca56733..0f47c44 100644 --- a/components/KeyArtStage.vue +++ b/components/KeyArtStage.vue @@ -2,12 +2,12 @@
+ + Tap to gain + Spare Time +
@@ -54,8 +58,14 @@ export default { } .spare-time { --color: rgba(2555, 255, 255, 0.5); - background: var(--color); box-shadow: 0px 0px 20px 20px var(--color); + background: var(--color); + transition: color 2000ms; +} +.spare-time-explanation { + --color: rgba(2555, 255, 255, 0.2); + box-shadow: 0px 0px 10px 10px var(--color); + background: var(--color); transition: color 2000ms; } diff --git a/layouts/default.vue b/layouts/default.vue index 103887b..498bae2 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -80,7 +80,7 @@ export default {