10 lines
237 B
CSS
10 lines
237 B
CSS
.expressive-code {
|
|
.frame {
|
|
@apply !shadow-none;
|
|
}
|
|
|
|
.title {
|
|
font-family: "JetBrains Mono Variable", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
}
|
|
}
|