Skip to content

Commit 8045a9c

Browse files
committed
Docs: --md-typeset-strong-color is no longer needed in latest Material
1 parent 46e525c commit 8045a9c

File tree

6 files changed

+4
-5
lines changed

6 files changed

+4
-5
lines changed

docs/src/scss/palette/_colors.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
--md-default-fg-color--lighter: #{transparentize($drac-fg, 0.84)};
5858
--md-default-fg-color--lightest: #{transparentize($drac-fg, 0.93)};
5959
--md-default-autocomplete-fg-color: #{transparentize($drac-fg, 0.60)};
60-
--md-typeset-strong-color: var(--md-default-fg-color);
6160
--md-shadow-z2: 0 #{px2rem(4px)} #{px2rem(10px)} hsla(0, 0%, 0%, 0.3),
6261
0 0 #{px2rem(1px)} hsla(0, 0%, 0%, 0.2);
6362

docs/theme/assets/pymdownx-extras/extra-9639eeb4cf.css

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/theme/assets/pymdownx-extras/extra-9639eeb4cf.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/theme/assets/pymdownx-extras/extra-ba994a2e31.css

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/theme/assets/pymdownx-extras/extra-ba994a2e31.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ extra:
206206
link: https://discord.gg/TWs8Tgr
207207
extra_css:
208208
# - https://cdn.jsdelivr.net/npm/katex@0.13.18/dist/katex.min.css
209-
- assets/pymdownx-extras/extra-9639eeb4cf.css
209+
- assets/pymdownx-extras/extra-ba994a2e31.css
210210
extra_javascript:
211211
- https://unpkg.com/mermaid@9.4.0/dist/mermaid.min.js
212212
# - https://cdn.jsdelivr.net/npm/katex@0.13.18/dist/katex.min.js

0 commit comments

Comments
 (0)