Point to web page doc in css component

This commit is contained in:
Gabe Kangas 2021-04-16 12:03:49 -07:00
parent 21823e8631
commit d2145b5b62

View File

@ -87,13 +87,12 @@ export default function EditCustomStyles() {
Customize the look and feel of your Owncast instance by overriding the CSS styles of various Customize the look and feel of your Owncast instance by overriding the CSS styles of various
components on the page. Refer to the{' '} components on the page. Refer to the{' '}
<a <a
href="[TODO - Create .md page and point to github url]" href="https://owncast.online/docs/website/"
rel="noopener noreferrer" rel="noopener noreferrer"
target="_blank" target="_blank"
> >
CSS &amp; Components guide CSS &amp; Components guide
</a>{' '} </a>.
in the code base for suggestions.
</p> </p>
<p className="description"> <p className="description">
Please input plain CSS text, as this will be directly injected onto your page during load. Please input plain CSS text, as this will be directly injected onto your page during load.