Skip to content

Commit 1e2e48b

Browse files
author
ricky.gummadi
committed
udpated colours for code
1 parent 26ab503 commit 1e2e48b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/styles.css

+3-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,9 @@ code {
181181
padding: 1em;
182182
border-radius: 5px;
183183
font-family: 'Courier New', Courier, monospace;
184-
color: var(--accent-color);
184+
color: var(--accent-color) !important;
185+
font-weight: bold;
186+
font-size: .9em !important;
185187
}
186188

187189
pre {

0 commit comments

Comments
 (0)