Template:SkornePasswordScreen/styles.css
Template page
More actions
.template-passwordscreen-prompt {
color: var(--color-amaranth-legacy-scope);
text-shadow: 1px 1px 2px var(--color-amaranth-legacy-scope);
animation-duration: 1s;
animation-name: terminalPrompt;
animation-iteration-count: infinite;
animation-direction: alternate;
animation-timing-function: ease-in-out;
}
@keyframes terminalPrompt {
from {
border-right: none;
padding-right: 0;
}
to {
border-right: solid 2px white;
padding-right: var(--space-sm);
}
}