whiroth
Version:
Whiroth ====================
31 lines (26 loc) • 469 B
CSS
body {
background-color: black;
text-align: center;
}
textarea {
width: 100%;
height: 200px;
border: 0;
}
#output {
background-color: black;
color: white;
}
#inputTextArea {
height: 600px;
background-color: rgba(71, 238, 255, 0.36);
color: white;
}
#outputPure {
background-color: #484644;
color: white;
}
#outputInfo {
background-color: rgba(94, 202, 39, 0.27);
color: white;
}