pika-tokenizer / style.css
qikp's picture
Update style.css
39adaf1 verified
Raw
History Blame Contribute Delete
420 Bytes
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;
}
}