We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See animated gif:
I prefer there is no color change of table background when a reader hovers with his mouse over the table.
No response
The text was updated successfully, but these errors were encountered:
I would be in favor of that too if it is an easy fix
Sorry, something went wrong.
@mattijn I found the theme variable that controls this.
This diff just shows what the current color is
diff --git a/doc/_static/custom.css b/doc/_static/custom.css index 5dac492e..687ba8c6 100644 --- a/doc/_static/custom.css +++ b/doc/_static/custom.css @@ -2,12 +2,14 @@ html[data-theme="light"] { --pst-color-primary: rgb(93, 154, 181); --pst-color-secondary: rgb(93, 154, 181); --pst-color-secondary-bg: rgb(223, 235, 240); + --pst-color-table-row-hover-bg: #b780ff; } html[data-theme="dark"] { --pst-color-primary: rgb(93, 155, 182); --pst-color-secondary: rgb(93, 155, 182); --pst-color-secondary-bg: rgb(33, 45, 51); + --pst-color-table-row-hover-bg: #b780ff; }
https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/styling.html
No branches or pull requests
What is your suggestion?
See animated gif:
I prefer there is no color change of table background when a reader hovers with his mouse over the table.
Have you considered any alternative solutions?
No response
The text was updated successfully, but these errors were encountered: