Skip to content

Unable to Overwrite Sphinx Design Variables with Furo Variables #298

Closed Answered by rmorshea
rmorshea asked this question in Potential Issue
Discussion options

You must be logged in to vote

Correction. I just needed to change my CSS from :root to body:

body {
  --sd-color-info: var(--color-admonition-title-background--note);
  --sd-color-warning: var(--color-admonition-title-background--warning);
  --sd-color-danger: var(--color-admonition-title-background--danger);
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rmorshea
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant