livebook/assets/css/utilities.css

19 lines
255 B
CSS
Raw Normal View History

/* A set of reusable classes */
.bg-editor {
background-color: #282c34;
}
.text-editor {
color: #abb2bf;
}
.font-editor {
font-family: "JetBrains Mono";
font-size: 14px;
}
.shadow-center {
box-shadow: 0px 15px 99px rgba(13, 24, 41, 0.15);
}