This commit is contained in:
2025-12-25 20:02:01 +01:00
parent 41da0701ff
commit 65ceff6a9c
3 changed files with 50 additions and 13 deletions

View File

@@ -40,19 +40,6 @@
animation: fadeInDown 0.8s ease-out;
}
h1 {
font-size: 2.5rem;
font-weight: 700;
margin-bottom: 10px;
background: linear-gradient(to right, var(--accent-blue), var(--accent-purple));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
}
header p {
color: var(--text-dim);
font-size: 1.1rem;