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
context I want to change colors on the full cards similar to the css annotations mentioned for button-link.
button-link
expectation I expected class-card to accept something similar to button-link
class-card
bug But instead nothing happens.
problem This is a problem for people doing ___ because ___.
I would like an entire card to follow the color schemes that one can choose for button-link.
However, there are no color attributes that associates with the button-link available colors (see here).
color
So I tried these things:
.. card:: Title :class-card: <here>
I tried with bg-primary, sd-color-primary etc. Now, bg-primary actually changes the color. However, I also have an extra css entry, with:
bg-primary
sd-color-primary
css
* { --bg-primary: #990000; }
But it does not use it. Now, I have no idea about css, so probably I am doing things wrong there.
But, ideally, I would like to have a color + highlight color on the card. But I can't get it to work? Should it work?
sphinx-design 0.5.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
context
I want to change colors on the full cards similar to the css annotations mentioned for
button-link
.expectation
I expected
class-card
to accept something similar tobutton-link
bug
But instead nothing happens.
problem
This is a problem for people doing ___ because ___.
Reproduce the bug
I would like an entire card to follow the color schemes that one can choose for
button-link
.However, there are no
color
attributes that associates with the button-link available colors (see here).So I tried these things:
I tried with
bg-primary
,sd-color-primary
etc. Now,bg-primary
actually changes the color.However, I also have an extra
css
entry, with:But it does not use it. Now, I have no idea about css, so probably I am doing things wrong there.
But, ideally, I would like to have a color + highlight color on the card. But I can't get it to work?
Should it work?
List your environment
sphinx-design 0.5.0
The text was updated successfully, but these errors were encountered: