From 3c01b8f87a339b57917a13d28509a0b1f0fd9779 Mon Sep 17 00:00:00 2001 From: appleneko2001 <38249047+appleneko2001@users.noreply.github.com> Date: Sat, 29 May 2021 04:43:59 +0900 Subject: [PATCH] Update README.md --- docs/styling/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/styling/README.md b/docs/styling/README.md index c640422..5b509db 100644 --- a/docs/styling/README.md +++ b/docs/styling/README.md @@ -1,6 +1,6 @@ # 🎨 Styling -[Styles in Avalonia](http://avaloniaui.net/docs/styles/styles) are used to share property settings between controls. The Avalonia styling system can be thought of as a mix of CSS styling and WPF/UWP styling. At its most basic, a style consists of a _selector_ and a collection of _setters_. +[Styles in Avalonia](./styles.md) are used to share property settings between controls. The Avalonia styling system can be thought of as a mix of CSS styling and WPF/UWP styling. At its most basic, a style consists of a _selector_ and a collection of _setters_. The following style selects any `TextBlock` in the `Window` with a `h1` _style class_ and sets its font size to 24 point and font weight to bold: