We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81b517b + 969f587 commit 1773e03Copy full SHA for 1773e03
src/css/custom.css
@@ -285,3 +285,28 @@ div[class*='announcementBar'] {
285
font-weight: 600;
286
margin-bottom: 1rem;
287
}
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
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
312
0 commit comments