fix(editor): add rounded edges to code highlight

This commit is contained in:
kolaente 2025-03-09 09:27:18 +01:00
parent e94c744477
commit 4ba5aeb911
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -786,6 +786,7 @@ watch(
code {
background-color: var(--grey-200);
color: var(--grey-700);
border-radius: $radius;
}
pre {