show terminal header with link to sources

This commit is contained in:
Alexander Wunschik
2022-03-19 16:48:30 +01:00
parent 354c1f9ab3
commit 2d7a1b2a36
15 changed files with 616 additions and 175 deletions

View File

@@ -31,7 +31,11 @@ body {
background-color: var(--background);
color: var(--text);
font: var(--font);
padding: 3rem;
margin: 0;
}
#output {
padding: 1rem;
}
/* format input fields */
@@ -80,7 +84,10 @@ a:hover {
}
/* add all the face flicker effects (only on desktop) */
@media screen and (min-width: 640px) {
@media screen and (min-width: 960px) {
main {
padding: 3rem;
}
@keyframes flicker {
0% {
opacity: 0.27861;