feat(developer): Document public CSS variables and classes from server

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen
2024-07-02 21:37:33 +02:00
parent a3dff00362
commit b266e7d22f
4 changed files with 230 additions and 71 deletions

View File

@@ -6,13 +6,10 @@ Theming support
The Nextcloud theming app offers some tools for app developers to ensure that apps also match the themed look.
CSS classes
-----------
* **.nc-theming-main-background** Background in theming color
* **.nc-theming-main-text** Text in theming color
* **.nc-theming-contrast** Text in white/black color to be shown in front of the theming color
CSS variables
-------------
There are a lot of CSS variables available, see :ref:`cssvars`.
JavaScript
----------