Skip to content

Commit 35f3405

Browse files
authored
docs(common): Fix and add theme-related links (#2371)
1 parent 5410964 commit 35f3405

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

knowledge-base/common-theme-customization-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Is there a simple and streamlined way to customize all component styles?
3838

3939
Generally, there are **four** ways to customize the appearance of the Telerik Blazor components. All of them, except the first one, add an extra step to **every** UI for Blazor version update.
4040

41-
1. Use color CSS variables to modify an existing theme.
41+
1. [Use color CSS variables to modify an existing theme]({%slug themes-custom%}#setting-theme-variables).
4242
* This approach is supported for theme versions `8.0.0` and Telerik UI for Blazor versions `6.0.0` and above.
4343
* It is a simple and sustainable way to make minor or major customizations to the **colors** of an existing CSS theme, even at runtime.
4444
* Upgrading the Blazor components does not require any additional steps with regard to the CSS code, unless there are breaking changes in the CSS variable names.

styling-and-themes/custom-theme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Custom themes allow you to modify the appearance of the Telerik UI for Blazor co
1515

1616
This article contains the following sections:
1717

18-
* [Compare the visual customization options for the Telerik Blazor components](#blazor-css-customization-options)
18+
* [Compare the visual customization options for the Telerik Blazor components](#visual-customization-options)
1919
* [Create custom themes with the Progress ThemeBuilder](#using-themebuilder)
2020
* [Customize theme variables](#setting-theme-variables)
2121
* [Build custom themes manually](#building-themes-from-source-code)

0 commit comments

Comments
 (0)