mirror of
https://github.com/neovim/neovim.git
synced 2026-08-14 03:04:54 +00:00
Introduce an initial browser-based Neovim demo with automatic startup and UI integration. The demo is functional but still requires persistence, additional testing, and further stabilization. Acknowledgment: UiState in app.js is based on the implementation from github.com/MuNeNiCK/nvim-wasm, with additional modifications and updates
17 lines
199 B
CSS
17 lines
199 B
CSS
body {
|
|
font-family: monospace;
|
|
background: #1e1e1e;
|
|
color: #ddd;
|
|
padding: 10px;
|
|
margin: 0;
|
|
}
|
|
#bar {
|
|
margin-bottom: 10px;
|
|
}
|
|
#bar button {
|
|
margin-right: 8px;
|
|
}
|
|
#status {
|
|
color: #9c9;
|
|
}
|