Skip to content

Commit 8c7393a

Browse files
committed
Docs: Increase border radius on inline code
1 parent 207aa63 commit 8c7393a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/src/scss/extensions/_highlight.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
padding: convert.px2em( 2.25px, 13.6px) convert.px2em( 4.25px, 13.6px);
5151
color: var(--md-code-fg-color);
5252
background-color: var(--md-code-inline-bg-color);
53-
border-radius: convert.px2rem(2px);
53+
border-radius: convert.px2rem(4px);
5454
box-shadow: none;
5555
}
5656

docs/theme/assets/pymdownx-extras/extra-a22ae6b52e.css renamed to docs/theme/assets/pymdownx-extras/extra-d4fe9cfb72.css

Lines changed: 2 additions & 2 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-a22ae6b52e.css.map renamed to docs/theme/assets/pymdownx-extras/extra-d4fe9cfb72.css.map

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

zensical.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ extra:
262262

263263
extra_css:
264264
# - https://cdn.jsdelivr.net/npm/katex@0.16.25/dist/katex.min.css
265-
- assets/pymdownx-extras/extra-a22ae6b52e.css
265+
- assets/pymdownx-extras/extra-d4fe9cfb72.css
266266
extra_javascript:
267267
- assets/pymdownx-extras/extra-loader-Ccztcqfq.js
268268
- https://cdn.jsdelivr.net/npm/mermaid@11.12.1/dist/mermaid.min.js

0 commit comments

Comments
 (0)