You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
440 B
CSS
39 lines
440 B
CSS
body {
|
|
background-color: #231f20;
|
|
color: #f8f8f8;
|
|
}
|
|
|
|
code {
|
|
color: #231f20;
|
|
}
|
|
|
|
.container {
|
|
margin: 2em auto 0 auto;
|
|
text-align: center;
|
|
}
|
|
|
|
.schizoImage img {
|
|
max-width: 600px;
|
|
cursor: zoom-in;
|
|
}
|
|
|
|
.previousToken {
|
|
transform: rotate(-180deg);
|
|
}
|
|
|
|
.token {
|
|
vertical-align: middle;
|
|
height: 100%;
|
|
}
|
|
|
|
.arrow {
|
|
padding: 0 2em;
|
|
}
|
|
|
|
input {
|
|
color: #231f20;
|
|
}
|
|
|
|
input[type="number"] {
|
|
width: 100px;
|
|
} |