mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-11-17 05:18:52 +08:00
9d3a2ae264
* Remove old js files * Cleanup styles * Update page title * Unify elements rounding * Fix indentation * Rename component modules * Add actions to routes for better helpers
10 lines
193 B
CSS
10 lines
193 B
CSS
/* A set of reusable classes */
|
|
|
|
.bg-editor {
|
|
background-color: #282c34;
|
|
}
|
|
|
|
.font-editor {
|
|
font-family: "Droid Sans Mono", monospace, monospace, "Droid Sans Fallback";
|
|
font-size: 14px;
|
|
}
|