Spaces:
Running
Running
File size: 574 Bytes
ab9d712 c1f5a7f ab9d712 8228c6a 7174e91 3630083 8228c6a 4eeef27 6e8d1df 837c749 8228c6a b459be3 d8a5652 b459be3 39adaf1 02afc65 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | body {
font-family: sans-serif;
text-align: center;
}
#output, textarea {
border-style: solid;
border-color: black;
border-radius: 4px;
}
#output {
overflow: auto;
resize: both;
}
#status {
margin: 8px 0;
min-height: 1.2em;
}
#status.error {
color: #ff4444;
}
#progress-wrap {
margin: 8px 0;
}
#progress {
width: 60%;
}
@media (prefers-color-scheme: dark) {
body {
color: white;
background-color: black;
}
textarea, iframe {
background-color: #aaaaaa;
}
a {
color: #ADD8E6;
}
a:visited {
color: #CBC3E3;
}
} |