Skip to content

Commit

Permalink
Fix light theme inline code background
Browse files Browse the repository at this point in the history
Not sure when we broke this, but it should be fixed now.
  • Loading branch information
facelessuser committed Jan 19, 2023
1 parent 0254822 commit 6614be1
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/src/scss/palette/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
--md-code-link-accent-bg-color: var(--md-code-link-bg-color);
--md-default-bg-color--trans: rgb(100%, 100%, 100%, 0);
--md-code-title-bg-color: var(--md-code-bg-color);
--md-code-inline-bg-color: var(--md-code-bg-color);

--md-code-special-bg-color: #{darken(hsl(0, 0%, 96%), 5%)};
--md-code-alternate-bg-color: var(--md-code-bg-color);
Expand Down
2 changes: 2 additions & 0 deletions docs/theme/assets/pymdownx-extras/extra-3531de4046.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/theme/assets/pymdownx-extras/extra-3531de4046.css.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions docs/theme/assets/pymdownx-extras/extra-3ea1e896af.css

This file was deleted.

1 change: 0 additions & 1 deletion docs/theme/assets/pymdownx-extras/extra-3ea1e896af.css.map

This file was deleted.

2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ extra:
link: https://discord.gg/TWs8Tgr
extra_css:
# - https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css
- assets/pymdownx-extras/extra-3ea1e896af.css
- assets/pymdownx-extras/extra-3531de4046.css
extra_javascript:
- https://unpkg.com/[email protected]/dist/mermaid.min.js
# - https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js
Expand Down

0 comments on commit 6614be1

Please sign in to comment.