v0.8.0 wasm client added, cli client and makefile updated
This commit is contained in:
17
web/chess-client-wasm/terminal.css
Normal file
17
web/chess-client-wasm/terminal.css
Normal file
@ -0,0 +1,17 @@
|
||||
:root {
|
||||
--host-bg: #11111b;
|
||||
--host-surface: #1a1b26;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: var(--host-bg);
|
||||
overflow: hidden;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
#terminal {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
}
|
||||
Reference in New Issue
Block a user