Files
proof_viz/styles.css
Hendrik Eeckhaut 541ebc312d Improved styling
2023-10-16 16:57:45 +02:00

16 lines
236 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
* {
box-sizing: border-box;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
html,
body {
margin: 0;
padding: 0;
background: #2d3131;
color: #fcfcfc;
}