Skip to content

Commit cc01865

Browse files
authored
Update styling-and-themes/overview.md
1 parent dfaddfc commit cc01865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styling-and-themes/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ You can explore and compare the built-in theme swatches on the [live Telerik UI
6161
To register a theme:
6262

6363
* Reference its stylesheet in the `<head>` of the web page. The exact project file that contains the `<head>` tag depends on the .NET version and the Blazor application type. See our [Getting Started guides](slug:blazor-overview#getting-started) for more information.
64-
* Set the `k-body` CSS class to the root HTML element of your app, which is normally the `<body>`. This class applies default text color and background color to generic web content and is especially important when using dark theme swatches.
64+
* Set the `k-body` CSS class to the root container of your app, which is normally the `<body>` element. This class applies default text color and background color to generic web content and is especially important when using dark theme swatches.
6565

6666
There are three ways to load a Telerik theme, in terms of physical CSS file location. Note that each option provides access to a different number of theme swatches.
6767

0 commit comments

Comments
 (0)