F
Filament17mo ago
cawecoy

Specific style customizations in the login page

Hi, I need to make specific style customizations in the login page. I would do it by including a separated CSS file only in the login page. What's the best way to accomplish it using Filament?
3 Replies
cawecoy
cawecoyOP17mo ago
Is it not possible?
DrByte
DrByte17mo ago
Ya, the panels::styles.after render-hook is a good spot for injecting custom CSS.

Did you find this page helpful?