-
Notifications
You must be signed in to change notification settings - Fork 8
fix: update the style for highlight name function #652
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 5 commits
9787789
9ec1b71
ecf6528
179eaa7
a09339b
a670a2f
c359c7f
a377dd2
f8d6583
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| update the style for highlight name function |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -779,3 +779,12 @@ button.btn.version-switcher__button:hover { | |
| span.math { | ||
| display: math; | ||
| } | ||
|
|
||
| /** | ||
| * code block name function | ||
| */ | ||
|
|
||
| div.highlight .nf{ | ||
| font-family: var(--ast-body-family); | ||
|
||
| -webkit-font-smoothing: auto; | ||
| } | ||
Uh oh!
There was an error while loading. Please reload this page.