Files
neovim/src/wasm/style.css
rawan10101 17d1ed53ff feat(wasm): implement initial web demo
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
2026-08-02 22:15:30 +03:00

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