diff --git a/docs/commandref.html b/docs/commandref.html
index c29e81dd8..0a44e656d 100644
--- a/docs/commandref.html
+++ b/docs/commandref.html
@@ -6597,10 +6597,23 @@ href="http://www.elv.de/output/controller.aspx?cid=74&detail=10&detail2=29870">U
-
-
stylesheet
- name of the alternative stylesheet file in the FHEM directory.
-
+
+ stylesheetPrefix
+ prefix for the files style.css, svg_style.css and svg_defs.svg. If the file
+ with the prefix is missing, the default file (without prefix) will be used.
+ These files have to be placed into the FHEM directory, and can be selected
+ directly from the "Select style" FHEMWEB menu entry. Example:
+
+ attr WEB stylesheetPrefix dark
+
+ Referenced files:
+
+ darksvg_defs.svg
+ darksvg_style.css
+ darkstyle.css
+
+
+