Replies: 1 comment 5 replies
-
I suggest the following reading:
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Ok this is probably easier than I think.
With the following qmd doc.
This gives the following html
As you see, quarto creates class "footnote-back" for the button. However, in my css, I have something called "fn-lnk".
My question is: how do you make quarto to replace class = "footnote-back" by class = "fn-lnk".
How do you override what class quarto gives to objects if your css theme has different names?
Also, on a related note, how do you embed javascript in quarto?
Note: I don't know anything about styling, css, html, scss I tried searching a little but couldn't find it. I probably missed something somewhere.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions