Skip to content

Commit

Permalink
udpated colours for code
Browse files Browse the repository at this point in the history
  • Loading branch information
ricky.gummadi committed Jul 1, 2024
1 parent 26ab503 commit 1e2e48b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,9 @@ code {
padding: 1em;
border-radius: 5px;
font-family: 'Courier New', Courier, monospace;
color: var(--accent-color);
color: var(--accent-color) !important;
font-weight: bold;
font-size: .9em !important;
}

pre {
Expand Down

1 comment on commit 1e2e48b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment successful with release 1.7.0!

Please sign in to comment.