diff --git a/docs/en/1.0.11/api-pages.html b/docs/en/1.0.11/api-pages.html index 115a57a86a..fe46c0d226 100644 --- a/docs/en/1.0.11/api-pages.html +++ b/docs/en/1.0.11/api-pages.html @@ -163,7 +163,7 @@
You should configure your site's primary, secondary, and code block colors using the colors
field in siteConfig
as specified here. You can also configure other colors in the same way as described in the siteConfig
doc.
You can provide your own custom styles by adding them anywhere in the website/static
folder. Any .css
files you provide in the static
folder will get concatenated to the end of Docusaurus' provided styles, allowing you to add to or override Docusaurus default styles as you wish.
An easy way to figure out what classes you wish to override or add to is to start your server locally and use your browser's inspect element tool.
-Last updated: 2018-9-17 16:58:07