Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken link to Lumo Colors #3085

Merged
merged 2 commits into from
Dec 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions articles/styling/lumo/lumo-variants.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class Application extends implements AppShellConfigurator {

.Customize Dark Variant Colors
[TIP]
You can customize the colors for the dark theme variant as well. See link:/styling/lumo/lumo-style-properties/color[Lumo Colors] for details.
You can customize the colors for the dark theme variant as well. See <<lumo-style-properties/color#,Lumo Colors>> for details.

The variant can also be applied only to certain parts of the UI, including individual components, through the ThemeList or Element API, depending on the component:

Expand Down Expand Up @@ -86,4 +86,4 @@ public class MainLayout extends VerticalLayout {
<style>
[class^=PageHeader-module--descriptionContainer] {display: none;}
</style>
++++
++++
Loading