aboutsummaryrefslogtreecommitdiff
path: root/examples/server/public/index.html
diff options
context:
space:
mode:
authorebraminio <ebraminio@gmail.com>2023-08-01 01:56:23 -0700
committerGitHub <noreply@github.com>2023-08-01 10:56:23 +0200
commit86aeb27734481751592abd85590020b40d9224c8 (patch)
treeea321e6ece4894acaa059c62fb24adf03182d389 /examples/server/public/index.html
parent1873ff586bd8499a18f763632711bf15d253585e (diff)
server : Support dark mode (#2414)
* server : Support dark mode So it respects user system light / dark settings. * Update index.html.hpp by running ./deps.sh
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%;
}