Skip to content

Commit 15925a4

Browse files
Update styling-with-css.mdx
Hosting and links fix
1 parent 2b9e872 commit 15925a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/design/customize-with-code/styling-with-css.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ For example, you can:
1818
- Set the primary button’s background color with `--kinde-button-primary-background-color`.
1919
- Set the color of a form field’s invalid message with `--kinde-control-associated-text-invalid-message-color` (or use `--kinde-shared-color-invalid` for a more global approach).
2020

21-
## Storing your CSS and other asset files
21+
## Hosting your CSS and other asset files
2222

2323
We know you will want to use assets like stylesheets, fonts and images. Kinde does not currently offer hosting for these static assets and you will need to host them yourself.
2424

25-
We recommend storing them on servers that share the same domain as your custom domain. For example, if you are using the custom domain auth.myapp.com you could host your external fonts, images and CSS files at assets.myapp.com and they would be accessible in your code.
25+
We recommend hosting them on servers that share the same domain as your custom domain. For example, if you are using the custom domain `auth.myapp.com` you could host your external fonts, images and CSS files at `assets.myapp.com` and they would be accessible in your code.
2626

2727
## Define settings in your CSS
2828

0 commit comments

Comments
 (0)