You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many pages use definition lists like /latest/admin/admin/r_admin_searchcellconfig_commands.html but the dt elements have the same font settings as the rest of the text.
Observed
Desired
Please add to mkdocs-v8cr7.yml (and all other)
markdown_extensions:
...
- def_list
Add following css snippet to v8-cr7/stylesheets/styles.css
dt {
font-weight: bold !important;
}
With these adjustments the example page can look like:
The text was updated successfully, but these errors were encountered:
Description
Many pages use definition lists like /latest/admin/admin/r_admin_searchcellconfig_commands.html but the dt elements have the same font settings as the rest of the text.
Observed
Desired
Please add to mkdocs-v8cr7.yml (and all other)
Add following css snippet to v8-cr7/stylesheets/styles.css
With these adjustments the example page can look like:
The text was updated successfully, but these errors were encountered: