Skip to content

Commit 8f32179

Browse files
committed
Reduced css
1 parent c115abf commit 8f32179

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,15 +411,15 @@ h1 {
411411

412412
.code-content {
413413
background: #1e293b;
414-
color: #e2e8f0;
414+
/* color: #e2e8f0;
415415
padding: 1.5rem;
416416
border-radius: 8px;
417417
font-family: 'Monaco', 'Menlo', monospace;
418418
font-size: 0.9rem;
419419
line-height: 1.6;
420420
white-space: pre-wrap;
421421
overflow-x: auto;
422-
font-weight: bold;
422+
font-weight: bold; */
423423
}
424424

425425
@media (max-width: 768px) {

0 commit comments

Comments
 (0)