diff options
author | Paul Valladares | 2023-07-03 11:38:57 -0600 |
---|---|---|
committer | GitHub | 2023-07-03 19:38:57 +0200 |
commit | 8874ba45520597a712da26b93acb849f9abba8ba (patch) | |
tree | 8f182dc02b9745df31be70d5dfe67d6f154f62bc | |
parent | 2598b8ffe2754f905c0e10b2479b0065cc70494c (diff) | |
download | IT.starlight-8874ba45520597a712da26b93acb849f9abba8ba.tar.gz IT.starlight-8874ba45520597a712da26b93acb849f9abba8ba.tar.bz2 IT.starlight-8874ba45520597a712da26b93acb849f9abba8ba.zip |
i18n(es): Updated `customization.mdx` (#299)
-rw-r--r-- | docs/src/content/docs/es/guides/customization.mdx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/src/content/docs/es/guides/customization.mdx b/docs/src/content/docs/es/guides/customization.mdx index ad0b23dd..5b2281aa 100644 --- a/docs/src/content/docs/es/guides/customization.mdx +++ b/docs/src/content/docs/es/guides/customization.mdx @@ -443,4 +443,6 @@ Por ejemplo, para establecer una fuente solo en el contenido principal, pero no main { font-family: 'IBM Plex Serif', serif; } -```
\ No newline at end of file +``` + +Sigue las [instrucciones de CSS personalizado](#estilos-css-personalizados) para agregar tus estilos a tu sitio.
\ No newline at end of file |