This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
jisqueueing-frontend/src/App.css

15 lines
179 B
CSS

* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.4;
}
a{
color: #333;
text-decoration: none;
}