Remove unnecessary Style

This commit is contained in:
2026-05-14 16:05:13 +02:00
parent 22c3aafcc5
commit 6175e3b0be
-24
View File
@@ -6,30 +6,6 @@
</template> </template>
<style scoped> <style scoped>
.global-header {
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
padding-top: 40px;
}
.global-header h1 {
display: inline-block;
margin: 0;
line-height: 1;
background: linear-gradient(
to right,
var(--primary-color-l-4),
var(--primary-color),
var(--primary-color-d-4)
);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
font-size: 6rem;
}
.error-message{ .error-message{
margin: 0; margin: 0;
font-weight: 600; font-weight: 600;