From c498d7d69a00647d8de151306c284782bea82e7b Mon Sep 17 00:00:00 2001 From: ntno Date: Fri, 27 Jan 2023 10:57:54 -0600 Subject: [PATCH] Shorten alt text (#101) * bump * shorten alt text --- documentation/docs/configuration/palettes/index.md | 12 ++++++------ package-lock.json | 2 +- package.json | 2 +- terminal/theme_version.html | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/documentation/docs/configuration/palettes/index.md b/documentation/docs/configuration/palettes/index.md index fba33eb9..a690ed25 100644 --- a/documentation/docs/configuration/palettes/index.md +++ b/documentation/docs/configuration/palettes/index.md @@ -4,32 +4,32 @@ tiles: - caption: Default img_src: ../../img/palettes/default.png img_title: Default - img_alt: 'screenshot of demo site with the default color palette. the site uses a white background with light blue hyperlinks.' + img_alt: 'screenshot of demo site with a white background and light blue hyperlinks.' link_href: ./default/ - caption: Gruvbox Dark img_src: ../../img/palettes/gruvbox_dark.png img_title: Gruvbox Dark - img_alt: 'screenshot of demo site with the gruvbox_dark color palette. the site uses a dark grey background with orange hyperlinks and light yellow text.' + img_alt: 'screenshot of demo site with a dark grey background, orange hyperlinks, and light yellow text.' link_href: ./gruvbox-dark/ - caption: Dark img_src: ../../img/palettes/dark.png img_title: Dark - img_alt: 'screenshot of demo site with the dark color palette. the site uses a black background with light blue hyperlinks and white text.' + img_alt: 'screenshot of demo site with a black background, light blue hyperlinks, and white text.' link_href: ./dark/ - caption: Pink img_src: ../../img/palettes/pink.png img_title: Pink - img_alt: 'screenshot of demo site with the pink color palette. the site uses a white background with pink hyperlinks.' + img_alt: 'screenshot of demo site with a white background and pink hyperlinks.' link_href: ./pink/ - caption: Sans img_src: ../../img/palettes/sans.png img_title: Sans - img_alt: 'screenshot of demo site with the sans color palette. the site uses a white background with light blue hyperlinks and sans font.' + img_alt: 'screenshot of demo site with a white background, light blue hyperlinks, and sans font.' link_href: ./sans/ - caption: Sans Dark img_src: ../../img/palettes/sans_dark.png img_title: Sans Dark - img_alt: 'screenshot of demo site with the sans_dark color palette. the site uses a black background with light blue hyperlinks and white text in sans font.' + img_alt: 'screenshot of demo site with a black background, light blue hyperlinks, and white text in sans font.' link_href: ./sans-dark/ --- # Theme Color Palettes diff --git a/package-lock.json b/package-lock.json index d6fa446d..c32e838f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mkdocs-terminal", - "version": "3.7.6", + "version": "3.7.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d76fbbdf..e6077298 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-terminal", - "version": "3.7.6", + "version": "3.7.7", "description": "Terminal.css theme for MkDocs", "keywords": [ "mkdocs", diff --git a/terminal/theme_version.html b/terminal/theme_version.html index c6eba8d1..61c5c296 100644 --- a/terminal/theme_version.html +++ b/terminal/theme_version.html @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file