X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=client%2Fsrc%2Fapp%2F%2Badmin%2Fconfig%2Fedit-custom-config%2Fedit-custom-config.component.html;h=6b654c67d5cd96dc5cb45ba0d96c60ba71913660;hb=7113b5cd324030a578f534460636905889e1e6a2;hp=b7d95bc22cf8e5fcde1541b85acd09b8f183efd7;hpb=d01b2fb9ab70f75355c479144e139188d1911c14;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html index b7d95bc22..6b654c67d 100644 --- a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html +++ b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html @@ -318,18 +318,18 @@ helpType="custom" i18n-customHtml customHtml=" - Write directly CSS code. Example:
+ Write directly CSS code. Example:

-          body {{ '{' }}
-            background-color: red;
-          {{ '}' }}
+  #custom-css {{ '{' }}
+    color: red;
+  {{ '}' }}
                     
- Prepend with #custom-css to override styles. Example: + Prepend with #custom-css to override styles. Example:

-          #custom-css .logged-in-email {{ '{' }}
-            color: red;
-          {{ '}' }}
+  #custom-css .logged-in-email {{ '{' }}
+    color: red;
+  {{ '}' }}
                     
" >