Skip to content

Commit c0e21cf

Browse files
committed
Tweak line highlight background
1 parent e60eb64 commit c0e21cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/custom.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176

177177
--ifm-code-padding-horizontal: 0.3em;
178178

179-
--docusaurus-highlighted-code-line-bg: hsla(45, 97%, 72%, 0.3);
179+
--docusaurus-highlighted-code-line-bg: rgba(255, 235, 59, 0.2);
180180

181181
--codeblock-background-color: hsl(256, 12%, 98%);
182182
--codeblock-border-color: var(--ifm-color-emphasis-300);
@@ -316,7 +316,7 @@
316316

317317
--ifm-toc-border-color: #31343a;
318318

319-
--docusaurus-highlighted-code-line-bg: hsla(45, 77%, 25%, 0.3);
319+
--docusaurus-highlighted-code-line-bg: rgba(136, 104, 49, 0.4);
320320

321321
--codeblock-background-color: hsl(240, 5%, 10%);
322322
--codeblock-border-color: var(--ifm-color-emphasis-200);

0 commit comments

Comments
 (0)