Skip to content

Commit 1773e03

Browse files
authored
Merge pull request #100 from ibrahimcesar/claude/increase-output-fontsize-017ZpUkUYtfunjhxyzzFvH9s
Increase output font size in CodePlayGround
2 parents 81b517b + 969f587 commit 1773e03

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

src/css/custom.css

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,3 +285,28 @@ div[class*='announcementBar'] {
285285
font-weight: 600;
286286
margin-bottom: 1rem;
287287
}
288+
289+
/* Sandpack CodePlayground - Aumentar tamanho da fonte do output */
290+
.sp-console-item,
291+
.sp-console-output,
292+
.sp-console-message {
293+
font-size: 16px !important;
294+
line-height: 1.6 !important;
295+
}
296+
297+
/* Mensagens de erro no console */
298+
.sp-console-error {
299+
font-size: 16px !important;
300+
}
301+
302+
/* Editor de código do Sandpack */
303+
.sp-code-editor,
304+
.sp-cm {
305+
font-size: 14px !important;
306+
}
307+
308+
/* Preview/Output do Sandpack */
309+
.sp-preview-container,
310+
.sp-preview-iframe {
311+
font-size: 16px !important;
312+
}

0 commit comments

Comments
 (0)