37 lines
No EOL
515 B
CSS
37 lines
No EOL
515 B
CSS
body {
|
|
background-color: black;
|
|
color: white;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|
|
|
|
.goback {
|
|
color: #ff0000;
|
|
}
|
|
|
|
.title {
|
|
margin-bottom: .1em;
|
|
}
|
|
|
|
.question {
|
|
margin-top: .7em;
|
|
background-color: #2c2c2c;
|
|
border-radius: 5px;
|
|
max-width: fit-content;
|
|
padding: .5em;
|
|
}
|
|
|
|
.response {
|
|
background-color: #505050;
|
|
border-radius: 5px;
|
|
margin-top: .3em;
|
|
padding: .4em;
|
|
}
|
|
|
|
.time {
|
|
font-size: .8em;
|
|
}
|
|
|
|
.cwfiller {
|
|
height: 1.3em;
|
|
display: inline-block;
|
|
} |