Skip to content
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

Add bold to dt elements for better readability #200

Open
stoeps13 opened this issue Sep 16, 2024 · 0 comments
Open

Add bold to dt elements for better readability #200

stoeps13 opened this issue Sep 16, 2024 · 0 comments

Comments

@stoeps13
Copy link
Contributor

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

image

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:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant