mirror of
https://github.com/tlsnotary/proof_viz.git
synced 2026-01-06 19:13:54 -05:00
16 lines
236 B
CSS
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;
|
|
} |