mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-11-17 13:27:50 +08:00
a2d1e2f934
* Add Remix icons * Replace existing icons with Remix icons * Update fonts * Redesign homepage * Redesign shortcuts modal * Fix tests
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;
|
|
}
|