Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow custom root CSS file #66

Open
odrotbohm opened this issue Sep 14, 2022 · 1 comment
Open

Allow custom root CSS file #66

odrotbohm opened this issue Sep 14, 2022 · 1 comment

Comments

@odrotbohm
Copy link
Contributor

I'd like to make local adjustments to the CSS provided out of the box and though I could do so by declaring <stylesheet>foo.css</stylesheet> in my Maven build. foo.css would then @import "site.css"; to pick up the styles defined by the backend and contain a couple of customizations. However, despite the manual definition of the stylesheet, the HTML rendered still refers to site.css, i.e. it doesn't seem to honor the manual override.

@odrotbohm
Copy link
Contributor Author

It looks like there's a slightly more involved way of hooking in custom CSS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant