Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
You must create an account or log in to edit.

Template:SkornePasswordScreen/styles.css

Template page
.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;
}

@keyframes terminalPrompt {
    from {
        border-right: none;
    }
    to {
        border-right: solid 2px white;
    }
}