From d2145b5b621e7c39d71bd813c11a5274b55c481e Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Fri, 16 Apr 2021 12:03:49 -0700 Subject: [PATCH] Point to web page doc in css component --- web/components/config/edit-custom-css.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/web/components/config/edit-custom-css.tsx b/web/components/config/edit-custom-css.tsx index 700530fb9..d309c35f1 100644 --- a/web/components/config/edit-custom-css.tsx +++ b/web/components/config/edit-custom-css.tsx @@ -87,13 +87,12 @@ export default function EditCustomStyles() { Customize the look and feel of your Owncast instance by overriding the CSS styles of various components on the page. Refer to the{' '} CSS & Components guide - {' '} - in the code base for suggestions. + .

Please input plain CSS text, as this will be directly injected onto your page during load.