mirror of
https://git.adityakumar.xyz/llama.cpp.git
synced 2024-11-09 15:29:43 +00:00
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:
parent
1873ff586b
commit
86aeb27734
2 changed files with 1071 additions and 1072 deletions
File diff suppressed because it is too large
Load diff
|
@ -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%;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue