Skip to content

Commit

Permalink
Update tuicss.css
Browse files Browse the repository at this point in the history
  • Loading branch information
maximoospital committed Jul 1, 2024
1 parent d66ac43 commit 81575be
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions assets/tuicss.css
Original file line number Diff line number Diff line change
Expand Up @@ -1644,6 +1644,24 @@ input[type=button] {
fill: white;
}

@keyframes typewriter {
from {
stroke-dashoffset: 100%;
}
to {
stroke-dashoffset: 0;
}
}

.sitio-logo path {
stroke: #000; /* Stroke color */
stroke-width: 1; /* Stroke width */
stroke-dasharray: 100%;
stroke-dashoffset: 100%;
fill: none; /* Remove fill to only show the stroke */
animation: typewriter 5s forwards; /* Adjust time as needed */
}


.tui-screen-640-480 {
width: 640px;
Expand Down

0 comments on commit 81575be

Please sign in to comment.