@@ -48,12 +48,22 @@ These tokens can be used to style the colors of the tutorial on a high level. Fo
4848| ` --tk-elements-app-textColor ` | The text color of the TutorialKit app. |
4949| ` --tk-elements-app-backgroundColor ` | The background color of the TutorialKit app. |
5050| ` --tk-elements-app-borderColor ` | The border color of the TutorialKit app. |
51- | ` --tk-elements-app-linkColor ` | The link color of the TutorialKit app. |
5251
5352If you want to start with a ` theme.css ` file that includes all the available CSS variables you can use the following snippet:
5453
5554<Code code = { themeCSS } lang = " css" title = " theme.css" class = " limit-code-height" />
5655
56+ ### Links
57+
58+ Tokens used by links.
59+
60+ | Token | Description |
61+ | ---------------------------------------- | ---------------------------------------------------- |
62+ | ` --tk-elements-link-primaryColor ` | The text color of the primary links. |
63+ | ` --tk-elements-link-primaryColorHover ` | The text color of the primary links when hovering. |
64+ | ` --tk-elements-link-secondaryColor ` | The text color of the secondary links. |
65+ | ` --tk-elements-link-secondaryColorHover ` | The text color of the secondary links when hovering. |
66+
5767### Content
5868
5969The content refers to the main part of the lesson that contains the text and images.
@@ -316,20 +326,6 @@ The navigation cards are the cards at the bottom of a lesson to navigate to the
316326| ` --tk-elements-navCard-iconColor ` | The icon color of the navigation card. |
317327| ` --tk-elements-navCard-iconColorHover ` | The icon color of the navigation card when hovering. |
318328
319- ### Edit Page Link
320-
321- The edit page link is shown above the navigation cards when configured by [ ` editPageLink ` option] ( /reference/configuration/#editpagelink ) .
322-
323- ![ Edit Page Link] ( ./images/theming-editpagelink.png )
324-
325- | Token | Description |
326- | ------------------------------------------- | --------------------------------------------------- |
327- | ` --tk-elements-editPageLink-textColor ` | The text color of the edit page link |
328- | ` --tk-elements-editPageLink-textColorHover ` | The text color of the edit page link when hovering. |
329- | ` --tk-elements-editPageLink-iconColor ` | The icon color of the edit page link |
330- | ` --tk-elements-editPageLink-iconColorHover ` | The icon color of the edit page link when hovering |
331- | ` --tk-elements-editPageLink-borderColor ` | The border color of the edit page link |
332-
333329### Breadcrumbs
334330
335331The breadcrumbs are the navigation elements that show the path of the current lesson. The breadcrumbs are divided into multiple parts.
0 commit comments