diff options
Diffstat (limited to 'src/main.zig')
| -rw-r--r-- | src/main.zig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main.zig b/src/main.zig index 24bdc51..460ea4c 100644 --- a/src/main.zig +++ b/src/main.zig @@ -616,11 +616,14 @@ fn write_start(res: *http.Response) !void { \\<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🐣</text></svg>"> \\<meta name="viewport" content="width=device-width, initial-scale=1.0" /> \\<style> + \\ :root { + \\ color-scheme: light dark; + \\ } \\ form { \\ display: inline-block; \\ } \\ body { - \\ margin:40px auto;max-width:650px;line-height:1.6;font-size:18px;color:#444;padding:0 10px; + \\ margin:40px auto;max-width:650px;line-height:1.6;font-size:18px;padding:0 10px; \\ } \\ h1,h2,h3{line-height:1.2} \\</style> |
