fix(editor): add rounded edges to code highlight
This commit is contained in:
parent
e94c744477
commit
4ba5aeb911
|
|
@ -786,6 +786,7 @@ watch(
|
|||
code {
|
||||
background-color: var(--grey-200);
|
||||
color: var(--grey-700);
|
||||
border-radius: $radius;
|
||||
}
|
||||
|
||||
pre {
|
||||
|
|
|
|||
Loading…
Reference in New Issue