Updated README.
parent
6189a7bbdb
commit
3f5a3f9ded
26
README.md
26
README.md
|
|
@ -88,6 +88,32 @@ You can add a theme you've created through the admin to this repository by [send
|
||||||
|
|
||||||
4. Edit the section above to document your theme.
|
4. Edit the section above to document your theme.
|
||||||
|
|
||||||
|
### Add theme support to third-party libraries
|
||||||
|
You can add **theme support to existing third-party libraries** using the following **css variables**:
|
||||||
|
|
||||||
|
- `--admin-interface-title-color`
|
||||||
|
- `--admin-interface-logo-color`
|
||||||
|
- `--admin-interface-env-color`
|
||||||
|
- `--admin-interface-header-background-color:`
|
||||||
|
- `--admin-interface-header-text-color`
|
||||||
|
- `--admin-interface-header-link-color`
|
||||||
|
- `--admin-interface-header-link_hover-color`
|
||||||
|
- `--admin-interface-module-background-color`
|
||||||
|
- `--admin-interface-module-text-color`
|
||||||
|
- `--admin-interface-module-link-color`
|
||||||
|
- `--admin-interface-module-link-hover-color`
|
||||||
|
- `--admin-interface-generic-link-color`
|
||||||
|
- `--admin-interface-generic-link-hover-color`
|
||||||
|
- `--admin-interface-save-button-background-color`
|
||||||
|
- `--admin-interface-save-button-background-hover-color`
|
||||||
|
- `--admin-interface-save-button-text-color`
|
||||||
|
- `--admin-interface-delete-button-background-color`
|
||||||
|
- `--admin-interface-delete-button-background-hover-color`
|
||||||
|
- `--admin-interface-delete-button-text-color`
|
||||||
|
- `--admin-interface-related-modal-background-color`
|
||||||
|
- `--admin-interface-related-modal-background-opacity`
|
||||||
|
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
###### Admin login
|
###### Admin login
|
||||||

|

|
||||||
|
|
|
||||||
Loading…
Reference in New Issue