Thomas Park
Thomas Park
Hi @iamtheddrman, Slate and Simplex weren't intended as dark/light complements of each other in the same way as Flatly and Darkly. They're meant to have distinct styles with many differences...
Hey @iamtheddrman, I've started work on a light version of Slate called Ceramic, but haven't gotten far yet. The goals of this theme are to make it as pixel perfect...
Hey @mybooc, this is caused by `backdrop-filter` being applied to `.accordion-item` in Quartz, creating a new stacking context. A workaround for you could be something like: ```css .accordion-item:first-child { position:...
Hi @PurpleFox32, To remove the background gradient: ```css body { background-image: none; } ``` To make it fixed: ```css body { background-attachment: fixed; } ```
@solomax, RTL support incoming!
Thanks @VeeraSrivastava for your contribution. Looks good. There's 2 syntax errors in `levels.js`, at the ends of lines 811 and 977. Line 811 is missing a comma, and line 977...
Hi @0xSaksham, we still have those two small fixes left to do, and merge conflicts that have to be resolved now.
Hi @mybooc, the site displays the latest release per https://github.com/thomaspark/bootswatch/tags. The latest version on the `v5` includes additional changes that will be rolled into a future release.
Can you share which theme you're using and which version of Firefox?
I'm not seeing these warnings on the same Moz version. Are you building from sass?