Update TheHero.vue

This commit is contained in:
狮子耗耗 2025-01-05 13:24:37 +08:00
parent 7f8c9c9247
commit 2575b7f7b3

View File

@ -12,6 +12,14 @@ defineProps<{
</template> </template>
<style scoped> <style scoped>
.blue {
text-decoration: none;
background: linear-gradient(90deg, #00c6ff, #932be4);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
h1 { h1 {
font-weight: 500; font-weight: 500;
font-size: 2.6rem; font-size: 2.6rem;