Skip to content

Commit 46fb229

Browse files
Copilotneilime
andcommitted
Fix remaining hardcoded color values in code highlights
Co-authored-by: neilime <314088+neilime@users.noreply.github.com>
1 parent bc8c55c commit 46fb229

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/theme/src/styles/hoverkraft.css

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

4141
--ifm-navbar-shadow: 0 1px 3px rgba(29, 32, 38, 0.1);
4242
--ifm-button-border-radius: 8px;
43-
--docusaurus-highlighted-code-line-bg: rgba(25, 152, 255, 0.1);
43+
--docusaurus-highlighted-code-line-bg: rgba(0, 115, 204, 0.1);
4444
}
4545

4646
[data-theme="dark"] {
@@ -58,7 +58,7 @@
5858
--ifm-font-color-secondary: #d3d7e2;
5959
--ifm-navbar-background-color: rgba(37, 40, 50, 0.95);
6060
--ifm-navbar-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
61-
--docusaurus-highlighted-code-line-bg: rgba(25, 152, 255, 0.2);
61+
--docusaurus-highlighted-code-line-bg: rgba(77, 166, 255, 0.2);
6262
}
6363

6464
html,

0 commit comments

Comments
 (0)