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

The variable --ct-inline-code-color is missing #82

Open
reprintsev opened this issue Dec 8, 2022 · 0 comments
Open

The variable --ct-inline-code-color is missing #82

reprintsev opened this issue Dec 8, 2022 · 0 comments

Comments

@reprintsev
Copy link

The --ct-inline-code-color variable is missing, so the text color in the block is white. It works if you add a variable to the block:

As a workaround, add a variable to the block (example for dark mode)

:root {
  --ct-inline-code-font-size: 0.85em;
  --ct-inline-code-color: #839496;
  --ct-inline-code-font-style: inherit;
  --ct-inline-code-border-radius: 2px;
  --ct-inline-code-padding: 2px 5px;
}
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