Skip to content

Commit c498d7d

Browse files
authored
Shorten alt text (#101)
* bump * shorten alt text
1 parent 1d790c8 commit c498d7d

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

documentation/docs/configuration/palettes/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,32 @@ tiles:
44
- caption: Default
55
img_src: ../../img/palettes/default.png
66
img_title: Default
7-
img_alt: 'screenshot of demo site with the default color palette. the site uses a white background with light blue hyperlinks.'
7+
img_alt: 'screenshot of demo site with a white background and light blue hyperlinks.'
88
link_href: ./default/
99
- caption: Gruvbox Dark
1010
img_src: ../../img/palettes/gruvbox_dark.png
1111
img_title: Gruvbox Dark
12-
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.'
12+
img_alt: 'screenshot of demo site with a dark grey background, orange hyperlinks, and light yellow text.'
1313
link_href: ./gruvbox-dark/
1414
- caption: Dark
1515
img_src: ../../img/palettes/dark.png
1616
img_title: Dark
17-
img_alt: 'screenshot of demo site with the dark color palette. the site uses a black background with light blue hyperlinks and white text.'
17+
img_alt: 'screenshot of demo site with a black background, light blue hyperlinks, and white text.'
1818
link_href: ./dark/
1919
- caption: Pink
2020
img_src: ../../img/palettes/pink.png
2121
img_title: Pink
22-
img_alt: 'screenshot of demo site with the pink color palette. the site uses a white background with pink hyperlinks.'
22+
img_alt: 'screenshot of demo site with a white background and pink hyperlinks.'
2323
link_href: ./pink/
2424
- caption: Sans
2525
img_src: ../../img/palettes/sans.png
2626
img_title: Sans
27-
img_alt: 'screenshot of demo site with the sans color palette. the site uses a white background with light blue hyperlinks and sans font.'
27+
img_alt: 'screenshot of demo site with a white background, light blue hyperlinks, and sans font.'
2828
link_href: ./sans/
2929
- caption: Sans Dark
3030
img_src: ../../img/palettes/sans_dark.png
3131
img_title: Sans Dark
32-
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.'
32+
img_alt: 'screenshot of demo site with a black background, light blue hyperlinks, and white text in sans font.'
3333
link_href: ./sans-dark/
3434
---
3535
# Theme Color Palettes

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mkdocs-terminal",
3-
"version": "3.7.6",
3+
"version": "3.7.7",
44
"description": "Terminal.css theme for MkDocs",
55
"keywords": [
66
"mkdocs",

terminal/theme_version.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-terminal-3.7.6">
1+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-terminal-3.7.7">

0 commit comments

Comments
 (0)