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
This commit is contained in:
ebraminio
2023-08-01 01:56:23 -07:00
committed by GitHub
parent 1873ff586b
commit 86aeb27734
2 changed files with 1071 additions and 1072 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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%;
}