This commit is contained in:
Michael Freno
2025-12-22 19:45:10 -05:00
parent 5e91cc458a
commit 41488a21db
3 changed files with 18 additions and 11 deletions

View File

@@ -229,6 +229,7 @@ body {
color: var(--color-text);
transition: background-color 500ms ease-in-out;
}
[data-typewriter="animated"] [data-char-index] {
opacity: 0;
}
@@ -256,12 +257,6 @@ body {
position: absolute;
}
@media (max-width: 767px) {
.cursor-block {
position: relative;
}
}
@keyframes blink {
0%,
50% {