Sébastien Lorber
Sébastien Lorber
We also need a way to highlight surfaces (like cards) on dark mode, as dark shadows are not very visible. Using a scale anim does not always look good, but...
Tips from Steve Schoger (Tailwind) on how to make visible shadows in dark mode: https://twitter.com/steveschoger/status/1499780803550658567
Hey, also missed this issue. I also find it uncomfortable to read a Docusaurus site in dark mode. For me the text is too bright. In light mode it's fine...
Agree that I'm not a fan of having all those hex codes, it makes it harder to customize. The HLSA solution looks great to me and this is definitively a...
Hey, I'm not sure what you are suggesting exactly. The goal to me is not to remove new/existing css variables (those remain useful for customization). But more to create some...
Starting to use this technique on our own website and it looks like it's working fine: https://github.com/facebook/docusaurus/pull/5351 We'll need a few refactors to port something to Infima, and also be...
I don't understand the issue, can you show a screenshot where it's clearly visible? I didn't remove `height: auto` everywhere, just images that are not in markdown if an image...
Afaik, `max-width: 100%` is declared globally by infima: https://github.com/facebookincubator/infima/blob/main/packages/core/styles/content/image.pcss If both rules should go together, that `height: auto` rule should rather be added to Infima too? BTW we also have...
On the docusaurus side, we'd definitively be interested to be able to: - have syntax highlighting on diff codeblocks - make it easier to copy working code from diff We...
> Not sure if we necessarily want to handle diff specially—should we copy the - lines, or only the + lines? I mean, the entire purpose of diff is to...