Skip to content

Commit 1ffd33c

Browse files
committed
style: darken section-code background for better contrast
1 parent b446b9e commit 1ffd33c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ body {
9292
font-family: 'SF Mono', Monaco, 'Cascadia Code', monospace;
9393
font-size: 0.875rem;
9494
color: var(--color-text-muted);
95-
background: var(--color-code-bg);
95+
background: #e8e8ea;
9696
padding: 0.5rem 0.75rem;
9797
border-radius: 6px;
9898
margin-bottom: 1rem;

0 commit comments

Comments
 (0)