Update TheHero.vue
This commit is contained in:
parent
7f8c9c9247
commit
2575b7f7b3
@ -12,6 +12,14 @@ defineProps<{
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
.blue {
|
||||
text-decoration: none;
|
||||
background: linear-gradient(90deg, #00c6ff, #932be4);
|
||||
-webkit-background-clip: text;
|
||||
background-clip: text;
|
||||
color: transparent;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-weight: 500;
|
||||
font-size: 2.6rem;
|
||||
|
Loading…
x
Reference in New Issue
Block a user