@@ -48,12 +48,22 @@ These tokens can be used to style the colors of the tutorial on a high level. Fo
48
48
| ` --tk-elements-app-textColor ` | The text color of the TutorialKit app. |
49
49
| ` --tk-elements-app-backgroundColor ` | The background color of the TutorialKit app. |
50
50
| ` --tk-elements-app-borderColor ` | The border color of the TutorialKit app. |
51
- | ` --tk-elements-app-linkColor ` | The link color of the TutorialKit app. |
52
51
53
52
If you want to start with a ` theme.css ` file that includes all the available CSS variables you can use the following snippet:
54
53
55
54
<Code code = { themeCSS } lang = " css" title = " theme.css" class = " limit-code-height" />
56
55
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
+
57
67
### Content
58
68
59
69
The 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
316
326
| ` --tk-elements-navCard-iconColor ` | The icon color of the navigation card. |
317
327
| ` --tk-elements-navCard-iconColorHover ` | The icon color of the navigation card when hovering. |
318
328
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
-
333
329
### Breadcrumbs
334
330
335
331
The breadcrumbs are the navigation elements that show the path of the current lesson. The breadcrumbs are divided into multiple parts.
0 commit comments