aboutsummaryrefslogtreecommitdiff
path: root/examples/server/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/server/public/index.html')
-rw-r--r--examples/server/public/index.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/server/public/index.html b/examples/server/public/index.html
index ea93de4..1db69a6 100644
--- a/examples/server/public/index.html
+++ b/examples/server/public/index.html
@@ -3,12 +3,11 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
+ <meta name="color-scheme" content="light dark">
<title>llama.cpp - chat</title>
<style>
body {
- background-color: #fff;
- color: #000;
font-family: system-ui;
font-size: 90%;
}