asdf-games/other/text/res/main.css

11 lines
177 B
CSS

body {
/* font-family: "Visitor", sans-serif; */
background-color: rgba(42, 42, 46, 1);
}
#board {
width: 640px;
height: 480px;
margin: auto;
background-color: white;
}