Skip to content

Commit

Permalink
css: change code block background for branding
Browse files Browse the repository at this point in the history
Change the codeblock background from the blue tint to use a grey from our new
branding colors.

Signed-off-by: Mike Szczys <mike@golioth.io>
  • Loading branch information
szczys committed Nov 28, 2023
1 parent 9ca753e commit 789eca8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ button [class^="lightToggleIcon"]:not(:hover) {
--ifm-hero-text-color: white;
}

pre code {
background-color: var(--golioth-color-cod-gray);
}

.docusaurus-highlight-code-line {
background-color: rgb(72, 77, 91);
display: block;
Expand Down

0 comments on commit 789eca8

Please sign in to comment.