diff --git a/src/components/Dia.vue b/src/components/Dia.vue index eb9024ce..7ed00642 100644 --- a/src/components/Dia.vue +++ b/src/components/Dia.vue @@ -1,7 +1,7 @@ @@ -176,12 +189,12 @@ export default defineComponent({ } .Aurora-Dia:hover, .Aurora-Dia:hover > .Aurora-Dia--eyes > .Aurora--Dia-eye { - border-color: #2cdcff; - box-shadow: 0 0 5px #2cdcff; + border-color: var(--text-accent); + box-shadow: 0 0 5px var(--text-accent); } .Aurora-Dia:hover + .Aurora-Dia--platform { - box-shadow: 0 0 var(--auora-dia--platform-size) #2cdcff, - 0 0 15px #2cdcff inset; + box-shadow: 0 0 var(--auora-dia--platform-size) var(--text-accent), + 0 0 15px var(--text-accent) inset; animation: shake-pulse 0.5s linear; } @@ -191,7 +204,7 @@ export default defineComponent({ right: -120px; width: 200px; min-height: 60px; - background: var(--main-gradient); + background: var(--aurora-dia--linear-gradient); color: var(--text-normal); padding: 0.2rem; border-radius: 8px;