Skip to content

\cancel argument is blank #2512

Answered by ylemkimon
willymcallister asked this question in Q&A
Discussion options

You must be logged in to vote

The background-color and border-radius of SVGs are overridden by https://spinningnumbers.org/assets/main.css:

svg {
    background-color: var(--img-background-color);
    opacity: 1.0;
    border-radius: 4px;
}

You can make the rule above more specific or add following:

.katex svg {
    background-color: initial;
    border-radius: initial;
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by willymcallister
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants