OWE/style.css
2020-05-07 22:27:26 +02:00

25 lines
331 B
CSS

body, input, button {
width: auto;
font-size: xx-large;
background-color: black;
color: white;
font-family: "Courier New", Courier, monospace;
}
input, button {
border: 2px solid white;
padding: 0px 5px 0px;
}
a {
color: royalblue;
}
.sentences {
color: black;
}
table {
font-size: inherit;
}