mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-11-18 13:53:26 +08:00
0b77fd4279
* Update keybindings and add help modal * Add more evaluation shortcuts * Add shortcut to the help modal * Show appropriate shortcuts depending on the user system * Handle missing user-agent header * Conditionally render shortcut based on user agent * Implement vim-style navigation * Remove warning * Determine platform based on socket on mount * Improve shortcuts list UI
14 lines
229 B
CSS
14 lines
229 B
CSS
/* A set of reusable classes */
|
|
|
|
.bg-editor {
|
|
background-color: #282c34;
|
|
}
|
|
|
|
.text-editor {
|
|
color: #abb2bf;
|
|
}
|
|
|
|
.font-editor {
|
|
font-family: "Droid Sans Mono", monospace, monospace, "Droid Sans Fallback";
|
|
font-size: 14px;
|
|
}
|