Skip to content

Commit

Permalink
Shorten alt text (#101)
Browse files Browse the repository at this point in the history
* bump

* shorten alt text
  • Loading branch information
ntno authored Jan 27, 2023
1 parent 1d790c8 commit c498d7d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions documentation/docs/configuration/palettes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mkdocs-terminal",
"version": "3.7.6",
"version": "3.7.7",
"description": "Terminal.css theme for MkDocs",
"keywords": [
"mkdocs",
Expand Down
2 changes: 1 addition & 1 deletion terminal/theme_version.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-terminal-3.7.6">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-terminal-3.7.7">

0 comments on commit c498d7d

Please sign in to comment.