9 lines
194 B
CSS
9 lines
194 B
CSS
/* Trictrac web client — placeholder styles */
|
|
body {
|
|
font-family: sans-serif;
|
|
display: flex;
|
|
justify-content: center;
|
|
background: #f4f0e8;
|
|
margin: 0;
|
|
padding: 1rem;
|
|
}
|