Skip to content

Commit 925e1b1

Browse files
committed
css: change code block background for branding
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>
1 parent 383cda7 commit 925e1b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/css/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ button [class^="lightToggleIcon"]:not(:hover) {
9292
--ifm-hero-text-color: white;
9393
}
9494

95+
pre code {
96+
background-color: var(--golioth-color-cod-gray);
97+
}
98+
9599
.docusaurus-highlight-code-line {
96100
background-color: rgb(72, 77, 91);
97101
display: block;

0 commit comments

Comments
 (0)