Skip to content
Discussion options

You must be logged in to vote

@jimjam-slam, that's a much neater solution for what I wanted to achieve. Thank you 😄. I wasn't sure about making the page-specific chunk pick up the scss variable, but hard-coding the colours is good enough. So now, this css chunk is working well:

```{css}
body.quarto-light a:hover {
  color: #006AD4; 
}

body.quarto-dark a:hover {
  color: #D46A00; 
}
```

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
1 reply
@mcanouil
Comment options

Comment options

You must be logged in to vote
5 replies
@mcanouil
Comment options

@EllaKaye
Comment options

@mcanouil
Comment options

@EllaKaye
Comment options

@mcanouil
Comment options

Answer selected by EllaKaye
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
html Issues with HTML and related web technology (html/css/scss/js) themes Related to HTML theming or any other style related issue (like highlight-style)
3 participants