mirror of
https://github.com/0xPARC/zkmessage.xyz.git
synced 2026-01-10 06:47:55 -05:00
22 lines
345 B
CSS
22 lines
345 B
CSS
@import url('https://fonts.googleapis.com/css2?family=Overpass+Mono:wght@400;700&display=swap');
|
|
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
html, body {
|
|
background: #f5f5f5;
|
|
}
|
|
main {
|
|
max-width: 720px;
|
|
margin: auto;
|
|
}
|
|
|
|
main fieldset textarea {
|
|
width: 100%;
|
|
}
|
|
|
|
input[type="text"] {
|
|
font-family: monospace;
|
|
width: 100%;
|
|
}
|