blob: 08e02a25f1c61ff92e1e42f6421a801d9ca3c513 [file] [log] [blame]
Sean McCullough86b56862025-04-18 13:04:03 -07001body {
Sean McCullough71941bd2025-04-18 13:31:48 -07002 font-family:
3 system-ui,
4 -apple-system,
5 BlinkMacSystemFont,
6 "Segoe UI",
7 Roboto,
8 sans-serif;
Sean McCullough86b56862025-04-18 13:04:03 -07009 margin: 0;
10 padding: 20px;
11 padding-bottom: 100px; /* Adjusted padding for chat container */
12 color: #333;
13 line-height: 1.4; /* Reduced line height for more compact text */
Sean McCullough71941bd2025-04-18 13:31:48 -070014}
Sean McCulloughec3ad1a2025-04-18 13:55:16 -070015
16pre {
17 white-space: normal;
18}