diff options
author | Matthew Lemon <y@yulqen.org> | 2024-03-23 17:09:42 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-03-23 17:09:42 +0000 |
commit | c43fd1ed2f9ee64f0435e634cd4b762905f2d296 (patch) | |
tree | a1df5630b7cfa4b5feeba729068015de54503a87 | |
parent | d0be21a975dfd7b3a927379fa97096821915a89e (diff) |
tweaks
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | style.css | 7 |
2 files changed, 8 insertions, 1 deletions
@@ -166,7 +166,7 @@ <q class="reviews_quote"> I am more than delighted with my hand sewn tree decorations. They are beautifully made, look gorgeous on the Christmas tree, and are much admired by my visitors at Christmas. They are real treasures, a family heirloom to be passed to my daughter when she has her own tree. </q> - <p class="reviews_grid_annotation">- Helen Stephens, children's book author and illustrator</p> + <p class="reviews_grid_annotation">- <a href="https://www.helenstephens.com/" target="_blank">Helen Stephens</a>, children's book author and illustrator</p> </div> <!-- End Review quote --> @@ -176,6 +176,7 @@ img { a { font-size: inherit; color: #394f49; + text-decoration: none; } @@ -219,6 +220,12 @@ header { color: #657c76; } +a:hover{ + color: #2c3d38; + text-decoration: underline; +} + + .reviews_quote { font-size: 1.3rem; font-family: "Franklin-Italic"; |