quartz-themes icon indicating copy to clipboard operation
quartz-themes copied to clipboard

Buttons are unstyled.

Open WinnerWind opened this issue 5 months ago • 1 comments

After inserting a button for styling reasons, say, using this html

<a href="https://movies.winnerwind.in" target="_blank"><button style="font-size :32px; padding: 32px 32px 32px 32px;">Movies (Private)</button></a>

they are left completely unstyled in the end website. You can see an MRP on my website's home page, https://winnerwind.in.

Note that the original Obsidian theme, in this case, Gummy Revived, does contain CSS for buttons, as seen in the below photo.

Image Image

WinnerWind avatar Sep 03 '25 03:09 WinnerWind

Hey,

Quartz doesn't have any generic buttons, and therefore, no generic button mappings are defined in Quartz Themes. This is mostly to minimize the final bundle size by culling unused styling.

If your theme uses generic mappings (e.g. targeting button), you could just add those to the bottom of your quartz/styles/custom.scss file.

saberzero1 avatar Sep 05 '25 22:09 saberzero1