colour -> color

This commit is contained in:
TomJGooding
2024-08-27 17:25:48 +01:00
parent 6cc24cb046
commit 1e6dce3b63
4 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ If not provided, a Textual action link will have `link-background-hover` set to
## Example
The example below shows some links that have their background colour changed when the mouse moves over it and it shows that there is a default color for `link-background-hover`.
The example below shows some links that have their background color changed when the mouse moves over it and it shows that there is a default color for `link-background-hover`.
It also shows that `link-background-hover` does not affect hyperlinks.

View File

@@ -20,7 +20,7 @@ If not provided, a Textual action link will have `link-color-hover` set to `whit
## Example
The example below shows some links that have their colour changed when the mouse moves over it.
The example below shows some links that have their color changed when the mouse moves over it.
It also shows that `link-color-hover` does not affect hyperlinks.
=== "Output"

View File

@@ -20,7 +20,7 @@ If not provided, a Textual action link will have `link-style-hover` set to `bold
## Example
The example below shows some links that have their colour changed when the mouse moves over it.
The example below shows some links that have their color changed when the mouse moves over it.
It also shows that `link-style-hover` does not affect hyperlinks.
=== "Output"

View File

@@ -73,7 +73,7 @@ class ToggleButton(Static, can_focus=True):
text-style: underline;
}
/* Base button colours (including in dark mode). */
/* Base button colors (including in dark mode). */
ToggleButton > .toggle--button {
color: $background;