This commit is contained in:
aze
2025-09-05 21:19:06 +02:00
parent 2c1239bf87
commit 63da5b9245

View File

@@ -22,14 +22,18 @@
.ascii-art {
font-family: "RoboMono", monospace;
white-space: pre;
font-size: 30px;
line-height: 1;
margin-bottom: 30px;
line-height: 1.1;
margin-bottom: 2rem;
user-select: none;
font-size: clamp(1.25rem, 1.5vw, 1.875rem);
color: black;
transition: color 1s ease-in-out;
}
.ascii-art:hover {
animation: pulseWhite 1s infinite alternate;
animation: pulseWhite 1.5s infinite alternate;
}
@keyframes pulseWhite {
@@ -41,6 +45,7 @@
}
}
body {
margin: 0;
height: 100vh;