Skip to content

Commit 97733f2

Browse files
Fix css
1 parent 32e02d0 commit 97733f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/assets/css/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ code {
228228
padding: 0.2em 0.4em;
229229
background: var(--code-bg);
230230
border-radius: var(--radius-sm);
231-
color: var(--color-secondary);
231+
color: var(--color-primary-light);
232232
word-break: break-word;
233233
}
234234

0 commit comments

Comments
 (0)