diff options
-rw-r--r-- | docs/index.html | 2 | ||||
-rw-r--r-- | posts/color_conundrum.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html index 59a963d..292f245 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -50,7 +50,7 @@ can’t find one.</p> | |||
50 | (none, ample and over-the-top highlighting, from left to | 50 | (none, ample and over-the-top highlighting, from left to |
51 | right):</p> | 51 | right):</p> |
52 | 52 | ||
53 | <p><img src="https://files.nerdypepper.tech/lt.png" alt="hi.png" /></p> | 53 | <p><a href="https://files.nerdypepper.tech/lt.png"><img src="https://files.nerdypepper.tech/lt.png" alt="hi.png" /></a></p> |
54 | 54 | ||
55 | <p>Without highlighting (far left), it is hard to differentiate | 55 | <p>Without highlighting (far left), it is hard to differentiate |
56 | between comments and code! The florid color scheme (far | 56 | between comments and code! The florid color scheme (far |
diff --git a/posts/color_conundrum.md b/posts/color_conundrum.md index d051ae4..6d8cf9a 100644 --- a/posts/color_conundrum.md +++ b/posts/color_conundrum.md | |||
@@ -21,7 +21,7 @@ The following comparison does a better job of explaining | |||
21 | (none, ample and over-the-top highlighting, from left to | 21 | (none, ample and over-the-top highlighting, from left to |
22 | right): | 22 | right): |
23 | 23 | ||
24 | ![hi.png](https://files.nerdypepper.tech/lt.png) | 24 | [![hi.png](https://files.nerdypepper.tech/lt.png)](https://files.nerdypepper.tech/lt.png) |
25 | 25 | ||
26 | Without highlighting (far left), it is hard to differentiate | 26 | Without highlighting (far left), it is hard to differentiate |
27 | between comments and code! The florid color scheme (far | 27 | between comments and code! The florid color scheme (far |