mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-16 09:55:29 +08:00
* Force menu items into a single line * Add shortcut for saving the notebook * Make the disk icon always show file dialog * Split runtime and file settings into separate modals * Add ctrl+s to the shortcuts list * Add togglable menu to the session page * Make sure newly saved file appears in the file selector * Fix path seletor force reloading * Remove notebook generated in tests * Add test for file list refresh after save
14 lines
183 B
CSS
14 lines
183 B
CSS
/* A set of reusable classes */
|
|
|
|
.bg-editor {
|
|
background-color: #282c34;
|
|
}
|
|
|
|
.text-editor {
|
|
color: #abb2bf;
|
|
}
|
|
|
|
.font-editor {
|
|
font-family: "JetBrains Mono";
|
|
font-size: 14px;
|
|
}
|