jspaint/styles/about.css

13 lines
202 B
CSS

body {
padding: 10px;
font-family: sans-serif;
/* font-family: 'Comic Sans MS', 'Comic Sans', cursive; */
background-color: white;
color: black;
}
html,
body {
overflow: unset;
display: unset;
}