mirror of
https://github.com/jakejarvis/npqueue.git
synced 2025-04-26 14:08:27 -04:00
12 lines
315 B
CSS
12 lines
315 B
CSS
body {
|
|
font-size: 1em;
|
|
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
|
|
"Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
|
|
"Droid Sans", "Helvetica Neue", sans-serif,
|
|
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
|
}
|
|
|
|
table, th, td {
|
|
border: 1px solid #000;
|
|
}
|