🌐 www theme

Hey Carson, Thanks for the theme this is cool :slightly_smiling_face:

I can repro this. However the buttons are there only not visible. :slightly_smiling_face:

It seems the theme button modifications is restricted to the .discourse-no-touch class which only works on non-touchscreen devices.

Screenshot 2023-02-05 at 13.36.06

On touchscreen devices only the .btn custom style active which change the button background to var(--secondary) so the button color and background is same on .btn-primary as the page background and the default .btn-primary button has no border so it won’t be visible. This is happening with all .btn-primary button.

The other button types are same but the default color is different and the icon also visible so those buttons visible.

1 Like