Closed maelle closed 9 months ago
I'm a bit stuck here.
@christophsax who could help with
@DivadNojnarg, perhaps you could help here?
@DivadNojnarg at the moment for the light theme we use https://cynkra.com/assets/img/logo_small.svg
Docs of dark theme customization https://quarto.org/docs/output-formats/html-themes.html#dark-mode
Question on Quarto forum https://github.com/quarto-dev/quarto-cli/discussions/8379
Regarding the dark mode toggle, currently invisible in light mode. Using the web dev console I see that it responds to "dark" theme things whereas I am looking at it in light mode?!
Status | Count |
---|---|
🔍 Total | 937 |
✅ Successful | 888 |
⏳ Timeouts | 0 |
🔀 Redirected | 0 |
👻 Excluded | 48 |
❓ Unknown | 0 |
🚫 Errors | 1 |
@DivadNojnarg for info https://github.com/quarto-dev/quarto-cli/discussions/8601
@maelle. I am currently checking the branch.
$border-dark-color: rgba($black, .4) !default;
$card-border-color: $border-dark-color !default;
I believe we should have: $border-dark-color: rgba($white, .4) !default;
.
This can be set with $navbar-fg: rgba($white, .8);
if you don't need full white (see below)
@maelle @christophsax. Is this what you expect?
https://github.com/cynkra/cynkrablog/assets/18291543/cb05a026-1fcf-4178-b81d-0a5fee0a07ae
What still remain is the look of the navbar dropdown elements to make them in line with cynkra.com (rounded border, hover background color, ...)
@DivadNojnarg regarding the card border, I might have been badly imitating https://cynkra.com/consulting/ where there are no borders, but it looks better with borders indeed.
The logo switch is beautiful :star_struck:
waiting for an answer on https://github.com/quarto-dev/quarto-cli/discussions/8601 before I tweak further
Thanks SO MUCH @DivadNojnarg!!
Fix #36 Fix #6
TODOS