From 9ba9a884c4a6623be80909d1e8c291fba22904d8 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Wed, 10 Apr 2024 10:12:29 +0100 Subject: [PATCH] Add some missing backticks in the docs --- docs/styles/links/link_background.md | 2 +- docs/styles/links/link_background_hover.md | 4 ++-- docs/styles/links/link_color.md | 2 +- docs/styles/links/link_color_hover.md | 4 ++-- docs/styles/links/link_style.md | 2 +- docs/styles/links/link_style_hover.md | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/styles/links/link_background.md b/docs/styles/links/link_background.md index 2780c4dd17..a782349fe1 100644 --- a/docs/styles/links/link_background.md +++ b/docs/styles/links/link_background.md @@ -63,4 +63,4 @@ widget.styles.link_background = Color(100, 30, 173) ## See also - [`link-color`](./link_color.md) to set the color of link text. - - [`link-background-hover](./link_background_hover.md) to set the background color of link text when the mouse pointer is over it. + - [`link-background-hover`](./link_background_hover.md) to set the background color of link text when the mouse pointer is over it. diff --git a/docs/styles/links/link_background_hover.md b/docs/styles/links/link_background_hover.md index d33b1d4e99..1225e3ee31 100644 --- a/docs/styles/links/link_background_hover.md +++ b/docs/styles/links/link_background_hover.md @@ -73,5 +73,5 @@ widget.styles.link_background_hover = Color(100, 30, 173) ## See also - [`link-background`](./link_background.md) to set the background color of link text. - - [`link-color-hover](./link_color_hover.md) to set the color of link text when the mouse pointer is over it. - - [`link-style-hover](./link_style_hover.md) to set the style of link text when the mouse pointer is over it. + - [`link-color-hover`](./link_color_hover.md) to set the color of link text when the mouse pointer is over it. + - [`link-style-hover`](./link_style_hover.md) to set the style of link text when the mouse pointer is over it. diff --git a/docs/styles/links/link_color.md b/docs/styles/links/link_color.md index 33ef1a738c..50cb09acd4 100644 --- a/docs/styles/links/link_color.md +++ b/docs/styles/links/link_color.md @@ -63,4 +63,4 @@ widget.styles.link_color = Color(100, 30, 173) ## See also - [`link-background`](./link_background.md) to set the background color of link text. - - [`link-color-hover](./link_color_hover.md) to set the color of link text when the mouse pointer is over it. + - [`link-color-hover`](./link_color_hover.md) to set the color of link text when the mouse pointer is over it. diff --git a/docs/styles/links/link_color_hover.md b/docs/styles/links/link_color_hover.md index 8657c65b46..1b86e1336b 100644 --- a/docs/styles/links/link_color_hover.md +++ b/docs/styles/links/link_color_hover.md @@ -76,5 +76,5 @@ widget.styles.link_color_hover = Color(100, 30, 173) ## See also - [`link-color`](./link_color.md) to set the color of link text. - - [`link-background-hover](./link_background_hover.md) to set the background color of link text when the mouse pointer is over it. - - [`link-style-hover](./link_style_hover.md) to set the style of link text when the mouse pointer is over it. + - [`link-background-hover`](./link_background_hover.md) to set the background color of link text when the mouse pointer is over it. + - [`link-style-hover`](./link_style_hover.md) to set the style of link text when the mouse pointer is over it. diff --git a/docs/styles/links/link_style.md b/docs/styles/links/link_style.md index 4e315fc999..1182bed1c8 100644 --- a/docs/styles/links/link_style.md +++ b/docs/styles/links/link_style.md @@ -63,5 +63,5 @@ widget.styles.link_style = "bold italic reverse" ## See also - - [`link-style-hover](./link_style_hover.md) to set the style of link text when the mouse pointer is over it. + - [`link-style-hover`](./link_style_hover.md) to set the style of link text when the mouse pointer is over it. - [`text-style`](../text_style.md) to set the style of text in a widget. diff --git a/docs/styles/links/link_style_hover.md b/docs/styles/links/link_style_hover.md index 84a98163aa..2c62258228 100644 --- a/docs/styles/links/link_style_hover.md +++ b/docs/styles/links/link_style_hover.md @@ -73,7 +73,7 @@ widget.styles.link_style_hover = "bold italic reverse" ## See also - - [`link-background-hover](./link_background_hover.md) to set the background color of link text when the mouse pointer is over it. - - [`link-color-hover](./link_color_hover.md) to set the color of link text when the mouse pointer is over it. + - [`link-background-hover`](./link_background_hover.md) to set the background color of link text when the mouse pointer is over it. + - [`link-color-hover`](./link_color_hover.md) to set the color of link text when the mouse pointer is over it. - [`link-style`](./link_style.md) to set the style of link text. - [`text-style`](../text_style.md) to set the style of text in a widget.