Spaces:
Running
Running
File size: 420 Bytes
ab9d712 c1f5a7f ab9d712 8228c6a 7174e91 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 | body {
font-family: sans-serif;
text-align: center;
}
#output, textarea {
border-style: solid;
border-color: black;
border-radius: 4px;
}
#output {
overflow: auto;
resize: both;
}
@media (prefers-color-scheme: dark) {
body {
color: white;
background-color: black;
}
textarea, iframe {
background-color: #aaaaaa;
}
a {
color: #ADD8E6;
}
a:visited {
color: #CBC3E3;
}
} |