mirror of
https://github.com/kanidm/kanidm.git
synced 2025-04-12 21:35:39 +02:00
Implemented a new overrides.css file that allows administrators to add custom styles that will be loaded after the main stylesheet. This provides a clean and maintainable way for administrators to customize the UI appearance without modifying core stylesheets.
Key changes: - Created server/core/static/overrides.css for custom style overrides - Added comments explaining the purpose and usage of the file - Ensured the file loads after main stylesheet to properly override default styles
This commit is contained in:
parent
b6ffb31e4a
commit
588012a8e8
3
server/core/static/overrides.css
Normal file
3
server/core/static/overrides.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
/* Custom stylesheet overrides */
|
||||
/* Administrators can add custom styles here */
|
||||
/* This file will be loaded after the main stylesheet */
|
Loading…
Reference in a new issue